mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
New testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16547 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0cba71b0d6
commit
59359f1e84
@ -145,3 +145,16 @@ bool %test20(sbyte %A) {
|
||||
%C = seteq sbyte %B, 123 ;; false
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
bool %test21(ubyte %A) {
|
||||
%B = shl ubyte %A, ubyte 4
|
||||
%C = seteq ubyte %B, 128
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
bool %test22(ubyte %A) {
|
||||
%B = shl ubyte %A, ubyte 4
|
||||
%C = seteq ubyte %B, 0
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user