[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)
Paschalis Mpeis via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 25 04:54:07 PDT 2025
================
@@ -1027,6 +1027,20 @@ class FunctionSamples {
return VirtualCallsiteTypeCounts[mapIRLocToProfileLoc(Loc)];
}
+ // At location \p Loc, add a type sample for the given \p Type with
----------------
paschalis-mpeis wrote:
nit: could use triple `///`.
https://github.com/llvm/llvm-project/pull/148013
More information about the llvm-branch-commits
mailing list