When adding varargs forwarding to the partial inliner, I was not
aware of InlinedCallSites. The partial inliner is the only
place where we passed ForwardVarArgsTo and I think it would be
better to handle the case in the partial inliner.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Forwarding of VarArgs is also used for musttail functions in InlineFunction, so moving it does not make sense any more