[PATCH] D23339: Don't import variadic functions

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 14:37:54 PDT 2016


eraman added a comment.

In https://reviews.llvm.org/D23339#511869, @mehdi_amini wrote:

> LGTM, thanks.
>  We probably need to review other properties of function that prevents them from being inlined.


This check should be eventually moved to InlineCost so that importer and inliner are out of sync. For now, a FIXME should be useful.


https://reviews.llvm.org/D23339





More information about the llvm-commits mailing list