[PATCH] D30062: Estimate speedup due to inlining and use that to adjust threshold.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 17:44:56 PST 2017


efriedma added inline comments.


================
Comment at: lib/Analysis/InlineCost.cpp:1356
+    if (!F.isDeclaration())
+      CalleeBFI = &((*GetBFI)(F));
+    // While evaluating the weighted savings due to removal of argument setup
----------------
CalleeBFI is unused?


https://reviews.llvm.org/D30062





More information about the llvm-commits mailing list