You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DECLARE_IGC_REGKEY(bool, EnableVariableReuse, true, "Enable local variable reuse", false)
682
682
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)
684
684
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)
685
685
DECLARE_IGC_REGKEY(bool, EnableExtractMask, false, "When enabled, it is mostly for reducing response size of send messages.", false)
686
686
DECLARE_IGC_REGKEY(DWORD, VariableReuseByteSize, 64, "The byte size threshold for variable reuse", false)
0 commit comments