repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix test to not get a moduleid that matches 'br'
[llvm/avr.git]
/
test
/
CodeGen
/
PIC16
/
sext.ll
blob
b49925ffb7c34d0feda5ea61e599cb0f7f055bcf
1
; RUN: llc < %s -march=pic16
2
3
@main.auto.c = internal global i8 0 ; <i8*> [#uses=1]
4
5
define i16 @main() nounwind {
6
entry:
7
%tmp = load i8* @main.auto.c ; <i8> [#uses=1]
8
%conv = sext i8 %tmp to i16 ; <i16> [#uses=1]
9
ret i16 %conv
10
}