Sign in
cobalt
/
cobalt
/
0585facbd3129ea3f3d3c63f9539aacbad3130c8
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
Transforms
/
SCCP
/
2009-05-27-VectorOperandZero.ll
blob: 1ac6bcd8b4ecff40feddbc1d14669ea0cd829243 [
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
(
...
)