summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_shift4.ll
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2013-11-30 03:07:16 +0000
committerJuergen Ributzka <juergen@apple.com>2013-11-30 03:07:16 +0000
commit5b6234dc4a19e72368671430e71190b175aabcdd (patch)
tree90691f11c29feb33a93a42002306fc94f8db7857 /llvm/test/CodeGen/X86/vec_shift4.ll
parent84c7ca885100052764023f83147002e9774bb319 (diff)
downloadbcm5719-llvm-5b6234dc4a19e72368671430e71190b175aabcdd.tar.gz
bcm5719-llvm-5b6234dc4a19e72368671430e71190b175aabcdd.zip
Force CPU type to unbreak unit tests on Haswell machines.
llvm-svn: 195971
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shift4.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_shift4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shift4.ll b/llvm/test/CodeGen/X86/vec_shift4.ll
index e2fe45cf972..b266a698755 100644
--- a/llvm/test/CodeGen/X86/vec_shift4.ll
+++ b/llvm/test/CodeGen/X86/vec_shift4.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse4.1 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=corei7 | FileCheck %s
define <2 x i64> @shl1(<4 x i32> %r, <4 x i32> %a) nounwind readnone ssp {
entry:
OpenPOWER on IntegriCloud