mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4d4d9adad
commit
41e2103133
@ -211,3 +211,11 @@ uint %test33(uint %c1) {
|
||||
%y = bitcast float %x to uint
|
||||
ret uint %y
|
||||
}
|
||||
|
||||
ushort %test34(ushort %a) {
|
||||
%c1 = zext ushort %a to int
|
||||
%tmp21 = lshr int %c1, ubyte 8
|
||||
%c2 = trunc int %tmp21 to ushort
|
||||
ret ushort %c2
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user