Skip to content

Commit 5ce3d8d

Browse files
pratikasharigcbot
authored andcommitted
Enable postRA spill cleanup
Enable postRA spill cleanup pass
1 parent 693258e commit 5ce3d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/include/VISAOptionsDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ DEF_VISA_OPTION(vISA_DelayLocalDeclareSplitInGlobalRA, ET_BOOL, "-delayLocalSpli
398398
DEF_VISA_OPTION(vISA_DisableSpillCoalescing, ET_BOOL, "-nospillcleanup", UNUSED,
399399
false)
400400
DEF_VISA_OPTION(vISA_GRFPostRASpillCodeCleanup, ET_BOOL_TRUE, "-postRAspillCleanup",
401-
UNUSED, false)
401+
UNUSED, true)
402402
DEF_VISA_OPTION(vISA_GlobalSendVarSplit, ET_BOOL, "-globalSendVarSplit", UNUSED,
403403
false)
404404
DEF_VISA_OPTION(vISA_NoRemat, ET_BOOL, "-noremat", UNUSED, false)

0 commit comments

Comments
 (0)