Skip to content

Commit 5b04ba2

Browse files
bcheng0127igcbot
authored andcommitted
Disable pre RA scheduling for ACC
Disable pre RA scheduling for ACC
1 parent fd70c73 commit 5b04ba2

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
@@ -83,7 +83,7 @@ DEF_VISA_OPTION(vISA_EnableSplitVariables, ET_BOOL, "-noSplitVariables", UNUSED
8383
DEF_VISA_OPTION(vISA_ChangeMoveType, ET_BOOL, "-ALTMode", UNUSED, true)
8484
DEF_VISA_OPTION(vISA_accSubstitution, ET_BOOL, "-noAccSub", UNUSED, true)
8585
DEF_VISA_OPTION(vISA_accSubBeforeRA, ET_BOOL, "-noAccSubBRA", UNUSED, true)
86-
DEF_VISA_OPTION(vISA_PreSchedForAcc, ET_BOOL, "-preSchedForAcc", UNUSED, true)
86+
DEF_VISA_OPTION(vISA_PreSchedForAcc, ET_BOOL, "-preSchedForAcc", UNUSED, false)
8787
DEF_VISA_OPTION(vISA_EnableGatherWithImm, ET_BOOL, "-gatherWithImm", UNUSED, 0)
8888
DEF_VISA_OPTION(vISA_doAccSubAfterSchedule, ET_BOOL, "-accSubPostSchedule", UNUSED, true)
8989
DEF_VISA_OPTION(vISA_localizationForAccSub, ET_BOOL, "-localizeForACC", UNUSED, false)

0 commit comments

Comments
 (0)