[llvm-commits] [llvm] r55456 - /llvm/trunk/test/CodeGen/X86/fast-isel.ll

Dale Johannesen dalej at apple.com
Wed Aug 27 18:51:09 PDT 2008


Author: johannes
Date: Wed Aug 27 20:51:09 2008
New Revision: 55456

URL: http://llvm.org/viewvc/llvm-project?rev=55456&view=rev
Log:
This test crashes on non-x86 host; make SSE explicit.
Feel free to fix a better way!


Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel.ll?rev=55456&r1=55455&r2=55456&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel.ll Wed Aug 27 20:51:09 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -fast-isel -march=x86
+; RUN: llvm-as < %s | llc -fast-isel -march=x86 -mattr=sse2
 
 ; This tests very minimal fast-isel functionality.
 





More information about the llvm-commits mailing list