[PATCH] D41336: [PartialInliner] Move code to forward varargs to partial inliner.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 17 16:28:20 PST 2017


fhahn created this revision.
fhahn added reviewers: efriedma, dblaikie, davide.
Herald added a subscriber: eraman.

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.


https://reviews.llvm.org/D41336

Files:
  include/llvm/Transforms/Utils/Cloning.h
  lib/Transforms/IPO/PartialInlining.cpp
  lib/Transforms/Utils/InlineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41336.127293.patch
Type: text/x-patch
Size: 4963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171218/40aede14/attachment.bin>


More information about the llvm-commits mailing list