repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
Alpha
/
ctlz_e.ll
blob
56027dd3ea7b914ce063a746e536ef6dbfef30a4
1
; Make sure this testcase does not use ctpop
2
; RUN: llvm-as < %s | llc -march=alpha | not grep -i ctpop
3
4
declare i64 @llvm.ctlz.i64(i64)
5
6
define i64 @bar(i64 %x) {
7
entry:
8
%tmp.1 = call i64 @llvm.ctlz.i64( i64 %x ) ; <i64> [#uses=1]
9
ret i64 %tmp.1
10
}
11