mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
11 lines
246 B
LLVM
11 lines
246 B
LLVM
|
; RUN: llvm-as < %s | llc -march=pic16
|
||
|
|
||
|
@main.auto.c = internal global i8 0 ; <i8*> [#uses=1]
|
||
|
|
||
|
define i16 @main() nounwind {
|
||
|
entry:
|
||
|
%tmp = load i8* @main.auto.c ; <i8> [#uses=1]
|
||
|
%conv = sext i8 %tmp to i16 ; <i16> [#uses=1]
|
||
|
ret i16 %conv
|
||
|
}
|