mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35851 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2da8da46ba
commit
5c05fa0d0b
@ -145,3 +145,8 @@ int %test24(uint %a) {
|
||||
ret int %tmp.3
|
||||
}
|
||||
|
||||
bool %test25(uint %A) {
|
||||
%B = and uint %A, 2
|
||||
%C = setgt uint %B, 2
|
||||
ret bool %C
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user