Re-enable extension optimization pass.
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce.ll
index 8bacbd97bbe7f2e14c1cc77f14fdbb96cd1b7052..4cb56ca9ed245f2fff96d7b63a2a0ec39c852165 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llvm-as < %s | llc -march=x86 | \
-; RUN:   grep {A(} | count 1
+; RUN: llc < %s -march=x86 -relocation-model=static | \
+; RUN:   grep {A+} | count 2
 ;
-; Make sure the common loop invariant _A(reg) is hoisted up to preheader.
+; Make sure the common loop invariant A is not hoisted up to preheader,
+; since it can be subsumed into the addressing mode in all uses.
 
 @A = internal global [16 x [16 x i32]] zeroinitializer, align 32               ; <[16 x [16 x i32]]*> [#uses=2]