[llvm-commits] [llvm] r68419 - /llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll
Nick Lewycky
nicholas at mxc.ca
Sat Apr 4 00:20:44 PDT 2009
Author: nicholas
Date: Sat Apr 4 02:20:43 2009
New Revision: 68419
URL: http://llvm.org/viewvc/llvm-project?rev=68419&view=rev
Log:
Fix test on non-x86 platforms.
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=68419&r1=68418&r2=68419&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dagcombine-buildvector.ll Sat Apr 4 02:20:43 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse -o %t -f
; RUN: grep unpcklpd %t | count 1
; RUN: grep movapd %t | count 1
More information about the llvm-commits
mailing list