Skip to content

Commit 35e0779

Browse files
dlei6gigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: fdb8e06
Toggle off EnableWriteOldFPToStack Toggle EnableWriteOldFPToStack=0 by default, since it's only for debug. Saves a store instruction per stack frame.
1 parent 98af9b9 commit 35e0779

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
@@ -358,7 +358,7 @@ DECLARE_IGC_REGKEY(bool, InitializeAddressRegistersBeforeUse, false, "Settin
358358
DECLARE_IGC_REGKEY(bool, EnableGTLocationDebugging, false, "Setting this to 1 (true) enables GT location expression emmitions for GPU debugger", true)
359359
DECLARE_IGC_REGKEY(bool, UseOffsetInLocation, true, "Setting this to 1 (true) preserves private base and per thread offset and removes preservation of any other debug variables", true)
360360
DECLARE_IGC_REGKEY(bool, EnableRelocations, false, "Setting this to 1 (true) makes IGC emit relocatable ELF with debug info", true)
361-
DECLARE_IGC_REGKEY(bool, EnableWriteOldFPToStack, false, "Setting this to 1 (true) writes the caller frame's frame-pointer to the start of callee's frame on stack, to support stack walk", false)
361+
DECLARE_IGC_REGKEY(bool, EnableWriteOldFPToStack, true, "Setting this to 1 (true) writes the caller frame's frame-pointer to the start of callee's frame on stack, to support stack walk", false)
362362
DECLARE_IGC_REGKEY(bool, ZeBinCompatibleDebugging, true, "Setting this to 1 (true) enables embed debug info in zeBinary", true)
363363
DECLARE_IGC_REGKEY(bool, DebugInfoEnforceAmd64EM, false, "Enforces elf file with the debug infomation to have eMachine set to AMD64", false)
364364
DECLARE_IGC_REGKEY(bool, DebugInfoValidation, false, "Enable optional (strict) checks to detect debug information inconsistencies", false)

0 commit comments

Comments
 (0)