[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
================
@@ -197,8 +197,30 @@ enum class LineType {
CallSiteProfile,
BodyProfile,
Metadata,
+ VirtualCallTypeProfile,
};
+static bool parseTypeCountMap(StringRef Input,
----------------
paschalis-mpeis wrote:
optional: may worth listing a dummy `Input` example here.
https://github.com/llvm/llvm-project/pull/148002
More information about the llvm-commits
mailing list