[PATCH] D22491: Added ThinLTO inlining statistics

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 17:26:26 PDT 2016


Prazek added inline comments.

================
Comment at: include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h:64
@@ +63,3 @@
+    /// Store name because the function pointer might be dead.
+    std::string FunctionName;
+  };
----------------
I will fix it in next patch. I want to push it right now because I don't want to deal with conflicts later.


https://reviews.llvm.org/D22491





More information about the llvm-commits mailing list