repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
2008-08-08-ctlz.ll
blob
abd61de5a8d870f59102ba7223ad6706fa765774
1
; RUN: llc -march=mips < %s | FileCheck %s
2
3
define i32 @A0(i32 %u) nounwind {
4
entry:
5
; CHECK: clz
6
call i32 @llvm.ctlz.i32( i32 %u, i1 true )
7
ret i32 %0
8
}
9
10
declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone