zink: set lower_to_scalar

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28580>
This commit is contained in:
Mike Blumenkrantz 2024-03-21 09:11:49 -04:00 committed by Marge Bot
parent 0d756fd0bc
commit c329ee200f

View file

@ -1239,6 +1239,7 @@ zink_screen_init_compiler(struct zink_screen *screen)
.lower_ldexp = true,
.lower_mul_high = true,
.lower_to_scalar = true,
.lower_uadd_carry = true,
.compact_arrays = true,
.lower_usub_borrow = true,