[PATCH] D41335: [InlineFunction] Inline vararg functions that do not access varargs.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 11:12:39 PST 2017


efriedma added a comment.

"musttail" calls forward varargs arguments to the callee.

Otherwise, the transform looks okay.


https://reviews.llvm.org/D41335





More information about the llvm-commits mailing list