[llvm-commits] [llvm] r112035 - /llvm/trunk/test/CodeGen/ARM/fast-isel.ll

Eric Christopher echristo at apple.com
Wed Aug 25 00:53:15 PDT 2010


Author: echristo
Date: Wed Aug 25 02:53:15 2010
New Revision: 112035

URL: http://llvm.org/viewvc/llvm-project?rev=112035&view=rev
Log:
Run this on thumb and arm.

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

Modified: llvm/trunk/test/CodeGen/ARM/fast-isel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel.ll?rev=112035&r1=112034&r2=112035&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel.ll Wed Aug 25 02:53:15 2010
@@ -1,4 +1,5 @@
 ; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=armv7-apple-darwin
+; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=thumbv7-apple-darwin
 
 ; Very basic fast-isel functionality.
 





More information about the llvm-commits mailing list