[llvm-commits] [llvm] r171066 - /llvm/trunk/test/CodeGen/X86/vsplit-and.ll

Benjamin Kramer benny.kra at googlemail.com
Tue Dec 25 05:23:23 PST 2012


Author: d0k
Date: Tue Dec 25 07:23:23 2012
New Revision: 171066

URL: http://llvm.org/viewvc/llvm-project?rev=171066&view=rev
Log:
Harden test so it's not affected by changes to compare lowering.

This only failed on hosts that don't have SSE41.

Modified:
    llvm/trunk/test/CodeGen/X86/vsplit-and.ll

Modified: llvm/trunk/test/CodeGen/X86/vsplit-and.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vsplit-and.ll?rev=171066&r1=171065&r2=171066&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vsplit-and.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vsplit-and.ll Tue Dec 25 07:23:23 2012
@@ -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





More information about the llvm-commits mailing list