Re-enable extension optimization pass.
[oota-llvm.git] / test / CodeGen / X86 / shl_elim.ll
index 2e48e528c939116358a0060bd64bc5af8789d831..445889166bd5c30278dc1d04469377ffc7d04e0e 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {movl 8(.esp), %eax}
-; RUN: llvm-as < %s | llc -march=x86 | grep {shll .15, .eax}
-; RUN: llvm-as < %s | llc -march=x86 | grep {sarl .16, .eax}
+; RUN: llc < %s -march=x86 | grep {movl        8(.esp), %eax}
+; RUN: llc < %s -march=x86 | grep {shrl        .eax}
+; RUN: llc < %s -march=x86 | grep {movswl      .ax, .eax}
 
 define i32 @test1(i64 %a) {
         %tmp29 = lshr i64 %a, 24                ; <i64> [#uses=1]