[PATCH] D40412: [InlineFunction] Only replace call if there are VarArgs to forward.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 10:39:09 PST 2017


efriedma added a comment.

This change isn't a no-op: the code inside the if statement drops the calling convention/attributes/metadata/etc. on the call.  Is that intentional?


https://reviews.llvm.org/D40412





More information about the llvm-commits mailing list