zink: set compact_arrays in compiler options

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28554>
This commit is contained in:
Mike Blumenkrantz 2024-04-03 13:49:16 -04:00 committed by Marge Bot
parent a9d366085c
commit 695cde484e
1 changed files with 1 additions and 0 deletions

View File

@ -1240,6 +1240,7 @@ zink_screen_init_compiler(struct zink_screen *screen)
.lower_mul_high = true,
.lower_uadd_carry = true,
.compact_arrays = true,
.lower_usub_borrow = true,
.lower_uadd_sat = true,
.lower_usub_sat = true,