Skip to content

Commit 0f383cf

Browse files
pratikasharigcbot
authored andcommitted
Enable postRA spill cleanup
Enable postRA spill cleanup pass
1 parent ad107fe commit 0f383cf

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, false)
394+
UNUSED, true)
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)