Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
a9b36d5f69fcb51a47f586472fe59b6d0c6fb387
/
.
/
test
/
CodeGen
/
ARM
/
clz.ll
blob: cdde95a687d03d9a0e3d09527bbdc16baba689d4 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v5t | grep clz
declare
uint
%llvm.ctlz.i32
(
uint
)
uint
%test
(
uint
%x
)
{
%tmp.1
=
call
uint
%llvm.ctlz.i32
(
uint
%x
)
ret
uint
%tmp.1
}