aco: run nir_lower_int64() before nir_lower_idiv()
authorRhys Perry <pendingchaos02@gmail.com>
Tue, 24 Sep 2019 14:15:26 +0000 (15:15 +0100)
committerRhys Perry <pendingchaos02@gmail.com>
Wed, 25 Sep 2019 15:27:48 +0000 (15:27 +0000)
commit641eac953c5fd59f69d3e7abe1443febc38d3a37
tree8d9df992785842097c3ab32664833c8ceb5e33cf
parent36e000d8321814de11454c8574f2d3a8da01db8a
aco: run nir_lower_int64() before nir_lower_idiv()

nir_lower_idiv() asserts on 64-bit integers.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
src/amd/compiler/aco_instruction_selection_setup.cpp