Adds fake conditional branches right after relaxed loads if necessary
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetMachine.cpp
index b2090ab4ea0aae2d33fea9c4d0265536a7ce81e3..8cc3ff227254001902674c9a69260609c48739d9 100644 (file)
@@ -218,7 +218,7 @@ void AArch64PassConfig::addIRPasses() {
   addPass(createAtomicExpandPass(TM));
   // XXX-update: Immediate add -licm pass after atomic expand pass to deal with
   // loop invariants introduced mannually.
-  addPass(createLICMPass());
+//  addPass(createLICMPass());
 
   // Cmpxchg instructions are often used with a subsequent comparison to
   // determine whether it succeeded. We can exploit existing control-flow in