[PATCH] D54270: [ThinLTO] Update handling of vararg functions to match inliner
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 14 11:54:34 PST 2018
efriedma added a comment.
This doesn't completely match what the inliner is doing. We actually can inline functions that call va_start in some cases: specifically, we can inline in cases where we can prove the call to va_start is dead at a particular callsite. Probably doesn't come up often enough to matter, though.
Repository:
rL LLVM
https://reviews.llvm.org/D54270
More information about the llvm-commits
mailing list