Skip to content

Commit a697788

Browse files
hliao2igcbot
authored andcommitted
Enable -swapAccSub by default.
Enable `-swapAccSub` by default.
1 parent 76b9b59 commit a697788

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
@@ -250,7 +250,7 @@ DEF_VISA_OPTION(vISA_SplitMov64, ET_INT32,"-SplitMov64", "USAGE: -Sp
250250
DEF_VISA_OPTION(vISA_UseOldSubRoutineAugIntf, ET_BOOL, "-useOldSubRoutineAugIntf", UNUSED, false)
251251
DEF_VISA_OPTION(vISA_FastCompileRA, ET_BOOL, "-fastCompileRA", UNUSED, false)
252252
DEF_VISA_OPTION(vISA_HybridRAWithSpill, ET_BOOL, "-hybridRAWithSpill", UNUSED, false)
253-
DEF_VISA_OPTION(vISA_EnableSwapAccSub, ET_BOOL, "-swapAccSub", UNUSED, false)
253+
DEF_VISA_OPTION(vISA_EnableSwapAccSub, ET_BOOL, "-swapAccSub", UNUSED, true)
254254

255255
//=== binary emission options ===
256256
DEF_VISA_OPTION(vISA_Compaction, ET_BOOL, "-nocompaction", UNUSED, true)

0 commit comments

Comments
 (0)