brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · e76aef9 Raw
11 lines · plain
1; RUN: llc -mtriple=mips < %s | FileCheck %s2 3define i32 @A0(i32 %u) nounwind  {4entry:5; CHECK: clz 6  call i32 @llvm.ctlz.i32( i32 %u, i1 true )7  ret i32 %08}9 10declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone 11