mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
new testcase
llvm-svn: 35851
This commit is contained in:
parent
bd7d060e79
commit
5d7cf88b9a
@ -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…
Reference in New Issue
Block a user