mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-17 18:24:34 +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:
@@ -145,3 +145,8 @@ int %test24(uint %a) {
|
|||||||
ret int %tmp.3
|
ret int %tmp.3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool %test25(uint %A) {
|
||||||
|
%B = and uint %A, 2
|
||||||
|
%C = setgt uint %B, 2
|
||||||
|
ret bool %C
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user