Skip to content

aco: run nir_lower_int64 after nir_opt_uniform_atomics

Rhys Perry requested to merge pendingchaos/mesa:aco_uniform_atomic_int64 into main

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

Merge request reports