ir3: Lower 8b usub_sat

This shows up in CL CTS.

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40130>
This commit is contained in:
Rob Clark 2026-02-24 10:36:21 -08:00 committed by Marge Bot
parent 89c6db217c
commit 2253afbc94

View file

@ -256,6 +256,7 @@ ir3_lower_bit_size(const nir_instr *instr, UNUSED void *data)
case nir_op_ishr:
case nir_op_isub_sat:
case nir_op_uadd_sat:
case nir_op_usub_sat:
case nir_op_umax:
case nir_op_umin:
case nir_op_ushr: