diff --git a/src/microsoft/compiler/nir_to_dxil.c b/src/microsoft/compiler/nir_to_dxil.c index d4b1845f509..bff3f006e9b 100644 --- a/src/microsoft/compiler/nir_to_dxil.c +++ b/src/microsoft/compiler/nir_to_dxil.c @@ -89,6 +89,7 @@ static const struct dxil_logger default_logger = { .priv = NULL, .log = default_ static const nir_shader_compiler_options nir_options = { + .compact_arrays = true, .lower_ineg = true, .lower_fneg = true, .lower_ffma16 = true,