Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vec_splat-4.ll
index d9941e65bde3594653536b64488af88034afafed..374acfa4e094c6debd0d5250442b360e5e33acd2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=sse41 -o %t
+; RUN: llc < %s -march=x86 -mcpu=penryn -mattr=sse41 -o %t
 ; RUN: grep punpcklbw %t | count 16
 ; RUN: grep punpckhbw %t | count 16
 ; RUN: grep "pshufd" %t | count 16