Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
339ec4cb15cba923605bafdbd20dcfe30caffc0e
/
.
/
test
/
CodeGen
/
Alpha
/
zapnot.ll
blob: f7cb294da9d5632c003c15e7652f851669e6391c [
file
] [
log
] [
blame
]
; Make sure this testcase codegens to the bic instruction
; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
implementation
; Functions:
ushort
%foo
(
long
%y
)
{
entry
:
%tmp.1
=
cast
long
%y
to
ushort
; <ushort> [#uses=1]
ret
ushort
%tmp.1
}