diff --git a/src/gallium/drivers/zink/zink_compiler.c b/src/gallium/drivers/zink/zink_compiler.c index 26943c6902736..58c73ff62b105 100644 --- a/src/gallium/drivers/zink/zink_compiler.c +++ b/src/gallium/drivers/zink/zink_compiler.c @@ -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,