new tests, derived from cosmics scheme output
authorChris Lattner <sabre@nondot.org>
Thu, 5 Jan 2006 07:46:46 +0000 (07:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Jan 2006 07:46:46 +0000 (07:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25111 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/ConstantExprFold.llx

index 811d9032fcad4efecf2bc9a6c0ecc3a1ea971507..294c77a0d6caec2467507e63234fe6612a81799f 100644 (file)
@@ -1,6 +1,7 @@
 ; This test checks to make sure that constant exprs fold in some simple situations
 
-; RUN: llvm-as < %s | llvm-dis | not grep '('
+; RUN: llvm-as < %s | llvm-dis | not grep '(' &&
+; RUN: llvm-as < %s
 
 %A = global long 0
 
@@ -23,3 +24,6 @@ global bool setlt (int* getelementptr (%Ty* %B, long 0, ubyte 0),
                    int* getelementptr (%Ty* %B, long 0, ubyte 1))            ; true
 ;global bool setne (long* %A, long* cast (%Ty* %B to long*))                 ; true
 
+global bool seteq ({ short }* cast (int 1 to { short }*), { short }* null)
+global  bool setlt ({ short }* cast (int 1 to { short }*), { short }* cast (int 2 to { short }*))
+