Skip to content

Commit 4763d34

Browse files
jgu222gfxbot
authored andcommitted
The first step to do sub-vector aliasing.
This step does better extractElement aliasing by allowing both scalar and vector values of ExtElt instruction to be in dessa CC Change-Id: I2f7ecd088284e8792b71f132425091b7ffa0a2c4
1 parent 231949c commit 4763d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ DECLARE_IGC_REGKEY(DWORD, ConstantPromotionCmpSelSize, 4, "Array size threshold
288288
DECLARE_IGC_REGKEY(bool, EnableVariableReuse, true, "Enable local variable reuse")
289289
DECLARE_IGC_REGKEY(bool, EnableVariableAlias, true, "Enable variable aliases (part of VariableReuse Pass, but separate functionality)")
290290
DECLARE_IGC_REGKEY(DWORD, EnableVATemp, 0, "[temp]Enable variable aliases sub-optimization, once it is stable, remove this key")
291-
DECLARE_IGC_REGKEY(DWORD, VATemp, 0, "[temp]New code to replace code under EnableVATemp. Once stable, remove this.")
291+
DECLARE_IGC_REGKEY(DWORD, VATemp, 1, "[temp]New code to replace code under EnableVATemp. Once stable, remove this.")
292292
DECLARE_IGC_REGKEY(DWORD, VariableReuseByteSize, 64, "The byte size threshold for variable reuse")
293293
DECLARE_IGC_REGKEY(bool, EnableGather4cpoWA, true, "Enable WA transforming gather4cpo/gather4po into gather4c/gather4")
294294
DECLARE_IGC_REGKEY(bool, EnableIntelFast, false, "Enable intel fast, experimental flag.")

0 commit comments

Comments
 (0)