[PATCH] D22120: Move inline threshold related flags to InlineSimple.cpp

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 18:41:16 PDT 2016


eraman added a comment.

Chandler, I have not moved the logic in getInlineParams with no arguments to InlineParams constructor since leaving the default to be a trivial constructor is preferable when the pre-inliner creates a custom InlineParams object.


https://reviews.llvm.org/D22120





More information about the llvm-commits mailing list