repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing newline to debug statement.
[llvm.git]
/
test
/
CodeGen
/
X86
/
2007-08-10-SignExtSubreg.ll
blob
e93092f355c5c466614cf48f7a2cbf0818336ae9
1
; RUN: llc < %s -march=x86 | grep {movsbl}
2
3
@X = global i32 0 ; <i32*> [#uses=1]
4
5
define i8 @_Z3fooi(i32 %x) signext {
6
entry:
7
store i32 %x, i32* @X, align 4
8
%retval67 = trunc i32 %x to i8 ; <i8> [#uses=1]
9
ret i8 %retval67
10
}