mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ec0b539a7
commit
e04deb9914
@ -192,5 +192,10 @@ uint %test30(uint %c1) {
|
||||
ret uint %c4
|
||||
}
|
||||
|
||||
|
||||
bool %test31(ulong %A) {
|
||||
%B = cast ulong %A to int
|
||||
%C = and int %B, 42
|
||||
%D = seteq int %C, 10
|
||||
ret bool %D
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user