[llvm] [docs][TypeProf]Update instrumentation file format document (PR #83309)

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 12:02:00 PST 2024


================
@@ -333,6 +342,37 @@ Function names serve as keys in the PGO data hash table when raw profiles are
 converted into indexed profiles. They are also crucial for ``llvm-profdata`` to
 show the profiles in a human-readable way.
 
+Virtual Table Profile Data
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This section is used for `type profiling`_. Each entry corresponds to one virtual
+table and could be illustrated with the following C++ struct
----------------
david-xl wrote:

"could be illustrated with the" --> "is defined by the

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


More information about the llvm-commits mailing list