repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
Transforms
/
ConstProp
/
2007-11-23-cttz.ll
blob
37cda303713b3e5ac0a772ef758725260d02d905
1
; RUN: opt < %s -constprop -S | grep {ret i13 13}
2
; PR1816
3
declare i13 @llvm.cttz.i13(i13)
4
5
define i13 @test() {
6
%X = call i13 @llvm.cttz.i13(i13 0)
7
ret i13 %X
8
}