optimize the AVX2 (integer) version of vperm2 into a shuffle
[oota-llvm.git] / test / Transforms / InstCombine / 2006-10-20-mask.ll
index f98126331ab497bb37215ce67fe10c5b18e89d25..e9797ae50c95834450a3f8394818c3cd60cc8bdd 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -o - | opt -instcombine -S | \
-; RUN:    grep and
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; CHECK: and
 
 define i64 @foo(i64 %tmp, i64 %tmp2) {
         %tmp.upgrd.1 = trunc i64 %tmp to i32            ; <i32> [#uses=1]