[llvm-commits] [llvm] r132839 - /llvm/trunk/test/CodeGen/X86/fold-xmm-zero.ll

Eli Friedman eli.friedman at gmail.com
Fri Jun 10 01:26:26 PDT 2011


Author: efriedma
Date: Fri Jun 10 03:26:26 2011
New Revision: 132839

URL: http://llvm.org/viewvc/llvm-project?rev=132839&view=rev
Log:
Add -mattr=+sse2 to make the buildbots happy.


Modified:
    llvm/trunk/test/CodeGen/X86/fold-xmm-zero.ll

Modified: llvm/trunk/test/CodeGen/X86/fold-xmm-zero.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-xmm-zero.ll?rev=132839&r1=132838&r2=132839&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fold-xmm-zero.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fold-xmm-zero.ll Fri Jun 10 03:26:26 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-macosx10.6.7 | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-macosx10.6.7 -mattr=+sse2 | FileCheck %s
 
 ; Simple test to make sure folding for special constants (like float zero)
 ; isn't completely broken.





More information about the llvm-commits mailing list