[PATCH] D39607: [PartialInliner] Inline vararg functions that forward varargs.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 03:26:03 PST 2017


fhahn updated this revision to Diff 121868.
fhahn marked 4 inline comments as done.
fhahn added a comment.

Thanks Tobias! I've updated the patch trying to address your comments.


https://reviews.llvm.org/D39607

Files:
  include/llvm/Transforms/Utils/Cloning.h
  include/llvm/Transforms/Utils/CodeExtractor.h
  lib/Transforms/IPO/PartialInlining.cpp
  lib/Transforms/Utils/CodeExtractor.cpp
  lib/Transforms/Utils/InlineFunction.cpp
  test/Transforms/CodeExtractor/PartialInlineVarArg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39607.121868.patch
Type: text/x-patch
Size: 14694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171107/b1c5d4b7/attachment.bin>


More information about the llvm-commits mailing list