Skip to content

Commit a68d603

Browse files
jgu222igcbot
authored andcommitted
Set VectorAlias default to 1
_OS_DESCRIPTION
1 parent 37e0c78 commit a68d603

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
@@ -679,7 +679,7 @@ DECLARE_IGC_REGKEY(DWORD, ConstantPromotionCmpSelSize, 4, "Array size threshold
679679
DECLARE_IGC_REGKEY(bool, FuseResourceLoop, false, "Enable fusing resource loops", false)
680680
DECLARE_IGC_REGKEY(bool, EnableVariableReuse, true, "Enable local variable reuse", false)
681681
DECLARE_IGC_REGKEY(bool, EnableVariableAlias, true, "Enable variable aliases (part of VariableReuse Pass, but separate functionality)", false)
682-
DECLARE_IGC_REGKEY(DWORD, VectorAlias, 0, "Vector aliasing control under EnableVariableAlias. Some features are still experimental", true)
682+
DECLARE_IGC_REGKEY(DWORD, VectorAlias, 1, "Vector aliasing control under EnableVariableAlias. Some features are still experimental", true)
683683
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)
684684
DECLARE_IGC_REGKEY(bool, EnableExtractMask, false, "When enabled, it is mostly for reducing response size of send messages.", false)
685685
DECLARE_IGC_REGKEY(DWORD, VariableReuseByteSize, 64, "The byte size threshold for variable reuse", false)

0 commit comments

Comments
 (0)