repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
CodeGen
/
X86
/
sext-trunc.ll
blob
22b3791ba5783048841dea228de67e4a2f15ebe4
1
; RUN: llc < %s -march=x86 > %t
2
; RUN: grep movsbl %t
3
; RUN: not grep movz %t
4
; RUN: not grep and %t
5
6
define signext i8 @foo(i16 signext %x) nounwind {
7
%retval56 = trunc i16 %x to i8
8
ret i8 %retval56
9
}