[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
Fri Aug 18 09:21:48 PDT 2017


mcrosier added inline comments.


================
Comment at: lib/Analysis/InlineCost.cpp:1366
+                  << NV("Callee", &F)
+                  << " has unilinable pattern and cost is not fully computed");
       return false;
----------------
unilinable -> uninlinable


Repository:
  rL LLVM

https://reviews.llvm.org/D35850





More information about the llvm-commits mailing list