mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
intel/brw: Drop BRW_OPCODE_IF from try_constant_propagate
This was for Sandybridge's IF with embedded comparison, which only existed for a single generation of hardware. Since the compiler fork, we no longer support Sandybridge here. Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29624>
This commit is contained in:
parent
7019bc4469
commit
85aa6f80af
1 changed files with 0 additions and 1 deletions
|
|
@ -1119,7 +1119,6 @@ try_constant_propagate(fs_inst *inst, acp_entry *entry, int arg)
|
|||
break;
|
||||
|
||||
case BRW_OPCODE_CMP:
|
||||
case BRW_OPCODE_IF:
|
||||
if (arg == 1) {
|
||||
inst->src[arg] = val;
|
||||
progress = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue