Skip to content

Commit 34cefc5

Browse files
committed
[NO MERGE] GlobalISel at AArch64 -O3
1 parent e903e89 commit 34cefc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm/lib/Target/AArch64/AArch64TargetMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static cl::opt<bool>
159159
static cl::opt<int> EnableGlobalISelAtO(
160160
"aarch64-enable-global-isel-at-O", cl::Hidden,
161161
cl::desc("Enable GlobalISel at or below an opt level (-1 to disable)"),
162-
cl::init(-1));
162+
cl::init(3));
163163

164164
static cl::opt<bool>
165165
EnableSVEIntrinsicOpts("aarch64-enable-sve-intrinsic-opts", cl::Hidden,

0 commit comments

Comments
 (0)