[PATCH] D41335: [InlineFunction] Inline vararg functions that do not access varargs.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 06:58:22 PST 2017
fhahn updated this revision to Diff 127523.
fhahn added a comment.
Thank you very much Eli for clarifying this! I've updated the patch to forward the passed varargs for musttail calls. I'll follow up with another patch that preserves all attributes.
https://reviews.llvm.org/D41335
Files:
lib/Transforms/Utils/InlineFunction.cpp
test/Transforms/Inline/inline-musttail-varargs.ll
test/Transforms/Inline/inline-varargs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41335.127523.patch
Type: text/x-patch
Size: 6373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171219/b6bbb722/attachment.bin>
More information about the llvm-commits
mailing list