aco: run nir_lower_int64 after nir_opt_uniform_atomics
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 7 Jun 2023 15:37:51 +0000 (16:37 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Jun 2023 11:18:33 +0000 (11:18 +0000)
commit56eb83115538a05f656503f8d2a71a837490af6c
tree6bbf7c165abf8e87086b2ee79cc9df713c6403b5
parent948970c1ebb0f98ce291fbfe6527fc2ef930a916
aco: run nir_lower_int64 after nir_opt_uniform_atomics

nir_opt_uniform_atomics can create 64-bit ALU instructions which need to
be lowered.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23502>
src/amd/compiler/aco_instruction_selection_setup.cpp