Sign in
swiftshader
/
SwiftShader.git
/
8b0a281f538ccd86a96efb35b51918be2473312a
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
SCCP
/
2009-05-27-VectorOperandZero.ll
blob: 7aced663527219187cecaeb45d92a56f29a07ff7 [
file
] [
log
] [
blame
]
; RUN: opt < %s -sccp -disable-output
; PR4277
define
i32
@main
()
nounwind
{
entry
:
%0
=
tail
call
signext
i8
(
...
)*
@sin
()
nounwind
ret
i32
0
}
declare
signext
i8
@sin
(
...
)