[InstCombine] Split off SSE2/AVX2 vector shift tests.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-10-26-VectorReassoc.ll
index c7cf0dd017c7987dbf370901ea7d79cef1a6e1df..8ab50e2227450d85119b53f8ebff7f5783c4ec2a 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
-; RUN:   grep mul | count 2
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; CHECK: mul
+; CHECK: mul
 
 define <4 x float> @test(<4 x float> %V) {
         %Y = fmul <4 x float> %V, < float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 >                ; <<4 x float>> [#uses=1]