[llvm-commits] [llvm] r68423 - /llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll

Nick Lewycky nicholas at mxc.ca
Sat Apr 4 03:24:28 PDT 2009


Author: nicholas
Date: Sat Apr  4 05:24:24 2009
New Revision: 68423

URL: http://llvm.org/viewvc/llvm-project?rev=68423&view=rev
Log:
Try SSE2?

Modified:
    llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll

Modified: llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll?rev=68423&r1=68422&r2=68423&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll Sat Apr  4 05:24:24 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f
 ; RUN: grep unpcklpd %t | count 1
 ; RUN: grep movapd %t | count 1
 





More information about the llvm-commits mailing list