InstCombine: Don't assume that m_ZExt matches an Instruction
[oota-llvm.git] / test / Transforms / InstCombine / apint-rem1.ll
index 0d72d447ffa3bee3313153ee04e8a154b094f919..030faccee8b43bb29e5a9bf9eae5a75b8278cb6c 100644 (file)
@@ -1,10 +1,8 @@
 ; This test makes sure that these instructions are properly eliminated.
 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
 ;
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep rem
+; RUN: opt < %s -instcombine -S | not grep rem
 
-implementation
 
 define i33 @test1(i33 %A) {
     %B = urem i33 %A, 4096