summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/thumb2-clz.ll
blob: e5f94a6c4929d1ae780dff3d63b34d6e78ab000e (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2,+v7a | grep "clz " | count 1

define i32 @f1(i32 %a) {
    %tmp = tail call i32 @llvm.ctlz.i32(i32 %a)
    ret i32 %tmp
}

declare i32 @llvm.ctlz.i32(i32) nounwind readnone
OpenPOWER on IntegriCloud