aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PIC16/sext.ll
blob: 45e73578fac8f5b353bafc2f6b99971a2b2e9026 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-as < %s | llc -march=pic16
; XFAIL: *

@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
}