Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
CodeGen
/
PowerPC
/
cttz.ll
blob: f860456d647c1122d7f2e917a7725aca11a8df8f [
file
] [
log
] [
blame
]
; Make sure this testcase does not use ctpop
; RUN: llvm-as < %s | llc -march=ppc32 | grep -i 'cntlzw'
declare
int
%llvm.cttz
(
int
)
implementation
; Functions:
int
%bar
(
int
%x
)
{
entry
:
%tmp.1
=
call
int
%llvm.cttz
(
int
%x
)
ret
int
%tmp.1
}