mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
new testcase
llvm-svn: 21774
This commit is contained in:
parent
913578a3e1
commit
5fe4e982b8
@ -164,3 +164,11 @@ sbyte %test23(int %A) {
|
||||
%D = cast int %C to sbyte
|
||||
ret sbyte %D
|
||||
}
|
||||
|
||||
sbyte %test24(sbyte %X) {
|
||||
%Y = and sbyte %X, -5 ; ~4
|
||||
%Z = shl sbyte %Y, ubyte 5
|
||||
%Q = shr sbyte %Z, ubyte 5
|
||||
ret sbyte %Q
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user