[PATCH] D35850: [InlineCost] Add cl::opt to allow full inline cost to be computed for debugging purposes.

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 12:28:34 PDT 2017


mcrosier added inline comments.


================
Comment at: lib/Analysis/InlineCost.cpp:1070
 
   if (CostLowerBound > Threshold) {
     Cost = CostLowerBound;
----------------
haicheng wrote:
> I think you need to skip this, too.
I believe you're correct.  Thanks, Haicheng.


https://reviews.llvm.org/D35850





More information about the llvm-commits mailing list