[llvm] [SampleFDO][TypeProf]Support vtable type profiling for ext-binary and text format (PR #148002)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 10:11:00 PDT 2025


================
@@ -1286,6 +1353,23 @@ class FunctionSamples {
   /// collected in the call to baz() at line offset 8.
   CallsiteSampleMap CallsiteSamples;
 
+  /// Map virtual callsites to the vtable from which they are loaded.
----------------
mingmingl-llvm wrote:

done.

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


More information about the llvm-commits mailing list