Skip to content

Commit fd57cee

Browse files
jgu222igcbot
authored andcommitted
Set VectorAlias default to 1
Turn on VectorAlias
1 parent 3cb2b36 commit fd57cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ DECLARE_IGC_REGKEY(DWORD, ConstantPromotionCmpSelSize, 4, "Array size threshold
680680
DECLARE_IGC_REGKEY(bool, FuseResourceLoop, false, "Enable fusing resource loops", false)
681681
DECLARE_IGC_REGKEY(bool, EnableVariableReuse, true, "Enable local variable reuse", false)
682682
DECLARE_IGC_REGKEY(bool, EnableVariableAlias, true, "Enable variable aliases (part of VariableReuse Pass, but separate functionality)", false)
683-
DECLARE_IGC_REGKEY(DWORD, VectorAlias, 0, "Vector aliasing control under EnableVariableAlias. Some features are still experimental", true)
683+
DECLARE_IGC_REGKEY(DWORD, VectorAlias, 1, "Vector aliasing control under EnableVariableAlias. Some features are still experimental", true)
684684
DECLARE_IGC_REGKEY(DWORD, VectorAliasBBThreshold, 200, "Max number of BBs of a function that VectorAlias will apply. VectorAlias will skip for funtions beyond this threshold", true)
685685
DECLARE_IGC_REGKEY(bool, EnableExtractMask, false, "When enabled, it is mostly for reducing response size of send messages.", false)
686686
DECLARE_IGC_REGKEY(DWORD, VariableReuseByteSize, 64, "The byte size threshold for variable reuse", false)

0 commit comments

Comments
 (0)