Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
CodeGen
/
Alpha
/
zapnot2.ll
blob: 50ab112b3e819ed7b452dd9b8ff0faa6602e8b5c [
file
] [
log
] [
blame
]
; Make sure this testcase codegens to the zapnot instruction
; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
implementation
; Functions:
long
%bar
(
long
%x
)
{
entry
:
%tmp.1
=
and
long
%x
,
16711935
; <long> [#uses=1]
ret
long
%tmp.1
}