[llvm-commits] [llvm] r139554 - /llvm/trunk/test/CodeGen/X86/sse41-blend.ll

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Mon Sep 12 15:59:27 PDT 2011


Author: bruno
Date: Mon Sep 12 17:59:26 2011
New Revision: 139554

URL: http://llvm.org/viewvc/llvm-project?rev=139554&view=rev
Log:
Change testcase commandline to be more strict and silence buildbots

Modified:
    llvm/trunk/test/CodeGen/X86/sse41-blend.ll

Modified: llvm/trunk/test/CodeGen/X86/sse41-blend.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse41-blend.ll?rev=139554&r1=139553&r2=139554&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse41-blend.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse41-blend.ll Mon Sep 12 17:59:26 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -promote-elements -mattr=+sse41 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 -promote-elements -mattr=+sse41 | FileCheck %s
 
 ;CHECK: vsel_float
 ;CHECK: blendvps





More information about the llvm-commits mailing list