Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
43dc629d8270b71db8414e3f7b2f8f90cb36f4f9
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
ConstProp
/
2007-11-23-cttz.ll
blob: 37cda303713b3e5ac0a772ef758725260d02d905 [
file
]
; RUN: opt < %s -constprop -S | grep {ret i13 13}
; PR1816
declare
i13
@llvm.cttz.i13
(
i13
)
define
i13
@test
()
{
%X
=
call
i13
@llvm.cttz.i13
(
i13
0
)
ret
i13
%X
}