[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone

llvm-svn: 264811
This commit is contained in:
Adam Nemet 2016-03-30 00:21:29 +00:00
parent 3de2a90574
commit fb8fbba584
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ EnableGlobalMerge("aarch64-global-merge", cl::Hidden,
static cl::opt<bool>
EnableLoopDataPrefetch("aarch64-loop-data-prefetch", cl::Hidden,
cl::desc("Enable the loop data prefetch pass"),
cl::init(false));
cl::init(true));
extern "C" void LLVMInitializeAArch64Target() {
// Register the target.