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

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 12:21:12 PDT 2017


haicheng added inline comments.


================
Comment at: lib/Analysis/InlineCost.cpp:1070
 
   if (CostLowerBound > Threshold) {
     Cost = CostLowerBound;
----------------
I think you need to skip this, too.


https://reviews.llvm.org/D35850





More information about the llvm-commits mailing list