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

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 03:01:05 PDT 2025


================
@@ -989,6 +1018,42 @@ class FunctionSamples {
     return CallsiteSamples;
   }
 
+  /// Returns vtable access samples for the C++ types collcted in this function.
----------------
paschalis-mpeis wrote:

typo:
```suggestion
  /// Returns vtable access samples for the C++ types collected in this function.
```

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


More information about the llvm-commits mailing list