Skip to content

Commit df974fb

Browse files
dlei6gpszymich
authored andcommitted
[Autobackout][FuncReg]Revert of change: 4ef9485
Disable ForceInlineStackCallWithImplArg by default Disable ForceInlineStackCallWithImplArg since Implicit Arg buffer for stackcalls (i.e. EnableGlobalStateBuffer) has been implemented and enabled.
1 parent de900d3 commit df974fb

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
@@ -546,7 +546,7 @@ DECLARE_IGC_REGKEY(DWORD, SelectiveFunctionControl, 0, "Selectively enables Fun
546546
"When set by this flag, the functions in the FunctionDebug list will override the default FunctionControl mode.", false)
547547
DECLARE_IGC_REGKEY(bool, EnableStackCallFuncCall, false, "If enabled, the default function call mode will be set to stack call. Otherwise, subroutine call is used.", false)
548548
DECLARE_IGC_REGKEY(bool, EnableByValStructArgPromotion, true, "If enabled, byval/sret struct arguments are promoted to pass-by-value if possible.", true)
549-
DECLARE_IGC_REGKEY(bool, ForceInlineStackCallWithImplArg, false, "If enabled, stack calls that uses implicit args will be force inlined.", true)
549+
DECLARE_IGC_REGKEY(bool, ForceInlineStackCallWithImplArg, true, "If enabled, stack calls that uses implicit args will be force inlined.", true)
550550
DECLARE_IGC_REGKEY(DWORD, FunctionCloningThreshold, 0,
551551
"Limits the number of cloned functions when called from multiple function groups." \
552552
"If number of cloned functions exceeds the threshold, compile the function only once and use address relocation instead." \

0 commit comments

Comments
 (0)