[PATCH] D39607: [PartialInliner] Inline vararg functions that forward varargs.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 04:08:57 PST 2017
fhahn updated this revision to Diff 122056.
fhahn marked an inline comment as done.
fhahn added a comment.
Added check for vaend and moved check to extractCodeRegion.
@davidxl Thanks, I moved the
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.122056.patch
Type: text/x-patch
Size: 15817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/d3786e8e/attachment.bin>
More information about the llvm-commits
mailing list