[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
[oota-llvm.git] / test / Transforms / InstCombine / apint-or2.ll
index c0a9971ecfe82d178de726fae4f4f273a01ac630..d7de255f7fd2b2e433ded0115cb167716924fba2 100644 (file)
@@ -1,11 +1,8 @@
 ; This test makes sure that or instructions are properly eliminated.
 ; This test is for Integer BitWidth > 64 && BitWidth <= 1024.
 ;
+; RUN: opt < %s -instcombine -S | not grep or
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis > /tmp/or2.rel &&
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep or
-
-implementation
 
 define i777 @test0(i777 %X) {
     %Y = or i777 %X, 0