mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Testcase for a problem that reid ran into
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24676 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d160d48a2b
commit
a92dabb259
7
test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
Normal file
7
test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
|
||||
long %test(long %A) {
|
||||
%B = cast long %A to sbyte
|
||||
%C = cast sbyte %B to long
|
||||
ret long %C
|
||||
}
|
Loading…
Reference in New Issue
Block a user