mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
new tests, derived from cosmics scheme output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c822cce61
commit
63540f5cf1
@ -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 }*))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user