[llvm-commits] [llvm] r59945 - /llvm/trunk/test/CodeGen/Generic/add-with-overflow.ll

Bill Wendling isanbard at gmail.com
Sun Nov 23 21:23:38 PST 2008


Author: void
Date: Sun Nov 23 23:23:38 2008
New Revision: 59945

URL: http://llvm.org/viewvc/llvm-project?rev=59945&view=rev
Log:
Test add-with-overflow with fast ISel.

Modified:
    llvm/trunk/test/CodeGen/Generic/add-with-overflow.ll

Modified: llvm/trunk/test/CodeGen/Generic/add-with-overflow.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/add-with-overflow.ll?rev=59945&r1=59944&r2=59945&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/Generic/add-with-overflow.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/add-with-overflow.ll Sun Nov 23 23:23:38 2008
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -fast-isel
 
 @ok = internal constant [4 x i8] c"%d\0A\00"
 @no = internal constant [4 x i8] c"no\0A\00"





More information about the llvm-commits mailing list