1 ; RUN: llc -march=mips < %s | FileCheck %s
4 define i32 @t1(i32 %X) nounwind readnone {
6 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %X, i1 true)
10 declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone
13 define i32 @t2(i32 %X) nounwind readnone {
15 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %X, i1 true)
20 define i32 @t3(i32 %X) nounwind readnone {
23 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %neg, i1 true)
28 define i32 @t4(i32 %X) nounwind readnone {
31 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %neg, i1 true)