mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +00:00
new testcase
llvm-svn: 28173
This commit is contained in:
parent
db854c6772
commit
4d8e0c2a55
@ -21,3 +21,9 @@ short %test2(short %X, short %x) {
|
||||
ret short %retval
|
||||
}
|
||||
|
||||
short %test3(uint %X) {
|
||||
%tmp1 = shr uint %X, ubyte 16
|
||||
%tmp1 = cast uint %tmp1 to short
|
||||
ret short %tmp1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user