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
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2005-12-12-ExpandSextInreg.ll
blob
bd2e043c96f42e9053ebf8287888e9d445248f5c
1
; RUN: llvm-as < %s | llc
2
3
define i64 @test(i64 %A) {
4
%B = trunc i64 %A to i8 ; <i8> [#uses=1]
5
%C = sext i8 %B to i64 ; <i64> [#uses=1]
6
ret i64 %C
7
}