[PATCH] D42556: [InlineCost] Mark functions accessing varargs as not viable.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 10:41:54 PST 2018
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM.
> I do not think so: when inlining a function containing a musttail call, InlineFunction should forward the varargs appropriately.
Right.
https://reviews.llvm.org/D42556
More information about the llvm-commits
mailing list