mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 16:46:50 +00:00
new testcase
llvm-svn: 21689
This commit is contained in:
parent
c564fd819c
commit
207e92ec5f
@ -106,3 +106,10 @@ bool %test19(bool %A, bool %B) {
|
|||||||
%C = seteq int %a, %b
|
%C = seteq int %a, %b
|
||||||
ret bool %C
|
ret bool %C
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uint %test20(uint %A) {
|
||||||
|
%B = and uint %A, 1
|
||||||
|
%C = setne uint %B, 0
|
||||||
|
%D = cast bool %C to uint
|
||||||
|
ret uint %D
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user