blob: 74728bfcc5a99a1e5429a46a9ddc4cbc8fd2a7ad [file] [log] [blame]
; RUN: llc < %s -march=thumb -mattr=+thumb2,+v7a | FileCheck %s
define i32 @f1(i32 %a) {
; CHECK: f1:
; CHECK: clz r
%tmp = tail call i32 @llvm.ctlz.i32(i32 %a)
ret i32 %tmp
}
declare i32 @llvm.ctlz.i32(i32) nounwind readnone