[PATCH] D17584: Cleanup inline cost analysis code

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 15:50:28 PDT 2016


davidxl added inline comments.

================
Comment at: lib/Analysis/InlineCost.cpp:1323
@@ -1322,3 +1322,3 @@
     if (Cost > Threshold)
-      break;
+      return false;
 
----------------
does CA.Threshold needs to be readjusted? Probably not.


http://reviews.llvm.org/D17584





More information about the llvm-commits mailing list