mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
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:
parent
b96126ee95
commit
4be6164ac9
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue