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