mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
new testcase
llvm-svn: 21710
This commit is contained in:
parent
d38c600c9d
commit
a2b995acae
@ -113,3 +113,11 @@ uint %test20(uint %A) {
|
||||
%D = cast bool %C to uint
|
||||
ret uint %D
|
||||
}
|
||||
|
||||
int %test21(int %a) {
|
||||
%tmp.6 = and int %a, 4
|
||||
%not.tmp.7 = setne int %tmp.6, 0
|
||||
%retval = cast bool %not.tmp.7 to int
|
||||
ret int %retval
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user