agx: set compact_arrays in compiler options

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28601>
This commit is contained in:
Mike Blumenkrantz 2024-04-05 11:15:13 -04:00 committed by Marge Bot
parent 223aedfa5d
commit 7967be922d

View file

@ -279,4 +279,5 @@ static const nir_shader_compiler_options agx_nir_options = {
(nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64),
.lower_doubles_options = (nir_lower_doubles_options)(~0),
.lower_fquantize2f16 = true,
.compact_arrays = true,
};