summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_nir.cpp
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2018-01-23 19:38:45 -0800
committerFrancisco Jerez <[email protected]>2019-10-11 12:24:16 -0700
commit1b570456caecac5371dec9383a50f4f9877d3a61 (patch)
tree3f562327579e9983f7483f2e93d8977ed1751560 /src/intel/compiler/brw_fs_nir.cpp
parent057902dcf8d287f0b110b03f67ae33d338a7497c (diff)
intel/ir: Drop hard-coded correspondence between IR and HW opcodes.
Having the IR opcodes locked to their hardware representation is risky because it causes opcodes as different as BRC and IFF to compare equal at the IR level (luckily the back-end only ever uses one opcode from each group, right now), and it prevents us from supporting instructions that change their hardware representation across generations, which will become a problem on Gen12+ platforms. Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs_nir.cpp')
0 files changed, 0 insertions, 0 deletions