mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
New testcase
llvm-svn: 13739
This commit is contained in:
parent
84431acbf1
commit
342fef68de
@ -109,3 +109,9 @@ int %test15a(bool %C) {
|
||||
ret int %V
|
||||
}
|
||||
|
||||
bool %test16(int %X) {
|
||||
%tmp.3 = shr int %X, ubyte 4
|
||||
%tmp.6 = and int %tmp.3, 1
|
||||
%tmp.7 = setne int %tmp.6, 0 ;; X & 16 != 0
|
||||
ret bool %tmp.7
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user