mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
New testcase
llvm-svn: 16527
This commit is contained in:
parent
88a1e0aba4
commit
fe5261ee15
@ -119,6 +119,12 @@ bool %test18(int %A) {
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
bool %test18a(ubyte %A) {
|
||||
%B = and ubyte %A, 254
|
||||
%C = seteq ubyte %B, 0
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
int %test19(int %A) {
|
||||
%B = shl int %A, ubyte 3
|
||||
%C = and int %B, -2 ;; Clearing a zero bit
|
||||
|
Loading…
Reference in New Issue
Block a user