microsoft/compiler: 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-05 11:10:29 -04:00
committed by Marge Bot
parent 695cde484e
commit 38c5a722c2

View File

@@ -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,