This is an archive of the discontinued LLVM Phabricator instance.

[PartialInliner] Move code to forward varargs to partial inliner.
AbandonedPublic

Authored by fhahn on Dec 17 2017, 4:28 PM.

Details

Summary

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.

Diff Detail