Add correct NEON encodings for the "multiple single elements" form of vld.
[oota-llvm.git] / test / Transforms / InstCombine / vec_narrow.ll
index f54c6e4dd5477cedcd6d786dc983266fafdf898f..c05c8021885d4f26dc70f2079e13b8798090a6bf 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine | llvm-dis | \
-; RUN:   grep {add float}
+; RUN: opt < %s -instcombine -S | \
+; RUN:   grep {fadd float}
 
         %V = type <4 x float>