intel/compiler: Validate fuzzed instructions
... before giving them to the instruction compactor. Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2635>
This commit is contained in:
@@ -1937,7 +1937,7 @@ instruction_restrictions(const struct gen_device_info *devinfo,
|
||||
return error_msg;
|
||||
}
|
||||
|
||||
static bool
|
||||
bool
|
||||
brw_validate_instruction(const struct gen_device_info *devinfo,
|
||||
const brw_inst *inst, int offset,
|
||||
struct disasm_info *disasm)
|
||||
|
Reference in New Issue
Block a user