mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-31 15:53:42 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6aa5eb19d5
commit
6478b2fcd1
@ -219,3 +219,10 @@ ushort %test34(ushort %a) {
|
||||
ret ushort %c2
|
||||
}
|
||||
|
||||
ushort %test35(ushort %a) {
|
||||
%c1 = bitcast ushort %a to short
|
||||
%tmp2 = lshr short %c1, ubyte 8
|
||||
%c2 = bitcast short %tmp2 to ushort
|
||||
ret ushort %c2
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user