radv: Remove ineg from lower_bit_size_callback callback.

It's always lowered to isub.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17440>
This commit is contained in:
Georg Lehmann
2022-07-09 13:58:55 +02:00
committed by Marge Bot
parent b96126ee95
commit 4be6164ac9

View File

@@ -3950,7 +3950,6 @@ lower_bit_size_callback(const nir_instr *instr, void *_)
case nir_op_bitfield_select:
case nir_op_imul_high:
case nir_op_umul_high:
case nir_op_ineg:
case nir_op_isign:
return 32;
case nir_op_iabs: