diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-12-25 13:23:23 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-12-25 13:23:23 +0000 |
| commit | a9f265ee98ef25740d66fe0d1ff2108266201f00 (patch) | |
| tree | 8b3c64bdc386a548acfacb366511a5fbfb7daff0 /llvm/test/CodeGen/X86/vsplit-and.ll | |
| parent | a57662d7c4b76b29cbcde8b58183ff324b3eeba5 (diff) | |
| download | bcm5719-llvm-a9f265ee98ef25740d66fe0d1ff2108266201f00.tar.gz bcm5719-llvm-a9f265ee98ef25740d66fe0d1ff2108266201f00.zip | |
Harden test so it's not affected by changes to compare lowering.
This only failed on hosts that don't have SSE41.
llvm-svn: 171066
Diffstat (limited to 'llvm/test/CodeGen/X86/vsplit-and.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/vsplit-and.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vsplit-and.ll b/llvm/test/CodeGen/X86/vsplit-and.ll index ee98806c0f8..3b7fdff84e3 100644 --- a/llvm/test/CodeGen/X86/vsplit-and.ll +++ b/llvm/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 |

