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:

committed by
Marge Bot

parent
695cde484e
commit
38c5a722c2
@@ -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,
|
||||
|
Reference in New Issue
Block a user