Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 8922930

Browse files
committed
[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264811 91177308-0d34-0410-b5e6-96231b3b80d8 (cherry picked from commit f6d6e72)
1 parent a9bfad5 commit 8922930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/AArch64/AArch64TargetMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ EnableGlobalMerge("aarch64-global-merge", cl::Hidden,
9595
static cl::opt<bool>
9696
EnableLoopDataPrefetch("aarch64-loop-data-prefetch", cl::Hidden,
9797
cl::desc("Enable the loop data prefetch pass"),
98-
cl::init(false));
98+
cl::init(true));
9999

100100
extern "C" void LLVMInitializeAArch64Target() {
101101
// Register the target.

0 commit comments

Comments
 (0)