Skip to content

Commit 96d0990

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: a39ab55: Enable postRA spill cleanup
Enable postRA spill cleanup pass
1 parent 1d67ec9 commit 96d0990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

visa/include/VISAOptionsDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ DEF_VISA_OPTION(vISA_DelayLocalDeclareSplitInGlobalRA, ET_BOOL, "-delayLocalSpli
391391
DEF_VISA_OPTION(vISA_DisableSpillCoalescing, ET_BOOL, "-nospillcleanup", UNUSED,
392392
false)
393393
DEF_VISA_OPTION(vISA_GRFPostRASpillCodeCleanup, ET_BOOL_TRUE, "-postRAspillCleanup",
394-
UNUSED, true)
394+
UNUSED, false)
395395
DEF_VISA_OPTION(vISA_GlobalSendVarSplit, ET_BOOL, "-globalSendVarSplit", UNUSED,
396396
false)
397397
DEF_VISA_OPTION(vISA_NoRemat, ET_BOOL, "-noremat", UNUSED, false)

0 commit comments

Comments
 (0)