[llvm] [MemProf] Don't mutate the function type when calling clone (PR #147829)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 11:28:15 PDT 2025
================
@@ -95,6 +95,7 @@ STATISTIC(NewMergedNodes, "Number of new nodes created during merging");
STATISTIC(NonNewMergedNodes, "Number of non new nodes used during merging");
STATISTIC(MissingAllocForContextId,
"Number of missing alloc nodes for context ids");
+STATISTIC(SkippedCallsCloning, "Number of calls skipped during cloning");
----------------
snehasish wrote:
Maybe the ICP case is good to cover with this statistic too? Then we can keep the name and description as is.
Not a strong opinion, feel free to just update the description as you suggested as an alternative.
https://github.com/llvm/llvm-project/pull/147829
More information about the llvm-commits
mailing list