summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vsplit-and.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-12-25 13:23:23 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-12-25 13:23:23 +0000
commit50ec431c9fafaf06a6dcfa8d9d298eda8cda6092 (patch)
tree915b4e877350b8807a78d71a7972de1eb7ab96a4 /test/CodeGen/X86/vsplit-and.ll
parent99f78061e05833e815cb7a27e6c17eadcd028ce2 (diff)
downloadllvm-50ec431c9fafaf06a6dcfa8d9d298eda8cda6092.tar.gz
llvm-50ec431c9fafaf06a6dcfa8d9d298eda8cda6092.tar.bz2
llvm-50ec431c9fafaf06a6dcfa8d9d298eda8cda6092.tar.xz
Harden test so it's not affected by changes to compare lowering.
This only failed on hosts that don't have SSE41. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vsplit-and.ll')
-rw-r--r--test/CodeGen/X86/vsplit-and.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vsplit-and.ll b/test/CodeGen/X86/vsplit-and.ll
index ee98806c0f..3b7fdff84e 100644
--- a/test/CodeGen/X86/vsplit-and.ll
+++ b/test/CodeGen/X86/vsplit-and.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux -mcpu=penryn | FileCheck %s
define void @t0(<2 x i64>* %dst, <2 x i64> %src1, <2 x i64> %src2) nounwind readonly {
; CHECK: t0