[CodeGen] Teach the peephole optimizer to remember (and exploit) all folding
[oota-llvm.git] / test / CodeGen / X86 / vec_splat-3.ll
index 60e3005edd0c4a2d7f2fc5b3f2c74786b3912d20..754cbf41867d1bfbbbdc7b401e7fd3598fd1dc89 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc <%s -march=x86 -mcpu=penryn -mattr=sse41 | FileCheck %s
+; RUN: llc <%s -march=x86 -mcpu=penryn -mattr=sse4.1 | FileCheck %s
 
 ; Splat test for v8i16
 define <8 x i16> @shuf_8i16_0(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {