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

Dan Gohman gohman at apple.com
Tue Aug 19 17:56:07 PDT 2008


Author: djg
Date: Tue Aug 19 19:56:07 2008
New Revision: 55030

URL: http://llvm.org/viewvc/llvm-project?rev=55030&view=rev
Log:
Add a -march line for this test, and run it on x86-64 too for fun.

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=55030&r1=55029&r2=55030&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel.ll Tue Aug 19 19:56:07 2008
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -fast-isel
+; RUN: llvm-as < %s | llc -fast-isel -march=x86
+; RUN: llvm-as < %s | llc -fast-isel -march=x86-64
 
 ; This tests very minimal fast-isel functionality.
 





More information about the llvm-commits mailing list