[llvm] [MemProf] Merge callee clones as needed before assigning functions (PR #135702)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 10:21:45 PDT 2025


================
@@ -90,6 +90,10 @@ STATISTIC(FoundProfiledCalleeMaxDepth,
 STATISTIC(FoundProfiledCalleeNonUniquelyCount,
           "Number of profiled callees found via multiple tail call chains");
 STATISTIC(DeferredBackedges, "Number of backedges with deferred cloning");
+STATISTIC(NewMergedNodes, "Number of new nodes created during merging");
+STATISTIC(NonNewMergedNodes, "Number of not new nodes created during merging");
----------------
teresajohnson wrote:

done

https://github.com/llvm/llvm-project/pull/135702


More information about the llvm-commits mailing list