mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28173 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7514620052
commit
9b9a3cfe54
@ -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…
Reference in New Issue
Block a user