[compiler-rt] [llvm] [docs][IRPGO]Document two binary formats for IRPGO profiles (PR #76105)

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 11:01:57 PST 2023


================
@@ -0,0 +1,395 @@
+===================================
+Instrumentation PGO Profile Format
+===================================
+
+.. contents::
+   :local:
+
+
+Overview
+=========
+
+Instrumentation PGO inserts `llvm.instrprof.*` `code generator intrinsics`_
----------------
david-xl wrote:

Probably referencing https://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation for background.

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


More information about the llvm-commits mailing list