aco: implement 64-bit ineg
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 25 Sep 2019 11:16:34 +0000 (12:16 +0100)
committerRhys Perry <pendingchaos02@gmail.com>
Wed, 25 Sep 2019 15:27:48 +0000 (15:27 +0000)
commitb125dc4839be82c51229ec825a22e00de1089191
tree786030a17621b0940c5ab81e257c4d7ebee01b4d
parent641eac953c5fd59f69d3e7abe1443febc38d3a37
aco: implement 64-bit ineg

We currently lower them, but nir_opt_algebraic() can add new ones because
lower_sub=true.

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