Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
CodeGen
/
Alpha
/
zapnot.ll
blob: d00984acf7f329eff01932eaafe91feb753ebe21 [
file
] [
log
] [
blame
]
; Make sure this testcase codegens to the bic instruction
; RUN: llc < %s -march=alpha | grep zapnot
define
i16
@foo
(
i64
%y
)
zeroext
{
entry
:
%tmp.1
=
trunc
i64
%y
to
i16
; <ushort> [#uses=1]
ret
i16
%tmp.1
}