Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
CodeGen
/
X86
/
sext-trunc.ll
blob: 2eaf42577c701adc6f9d150bfdcda6f7b8bae555 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 > %t
; RUN: grep movsbl %t
; RUN: not grep movz %t
; RUN: not grep and %t
define
i8
@foo
(
i16
signext
%x
)
signext
nounwind
{
%retval56
=
trunc
i16
%x
to
i8
ret
i8
%retval56
}