[llvm] [compiler-rt] [docs][IRPGO]Document two binary formats for IRPGO profiles (PR #76105)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 17:46:13 PST 2023
================
@@ -0,0 +1,387 @@
+=====================
+IRPGO Profile Format
+=====================
+
+.. contents::
+ :local:
+
+
+Overview
+==========
+
+IR-based instrumentation (IRPGO) and its context-sensitive variant (CS-IRPGO)
----------------
minglotus-6 wrote:
and removed IRPGO only terms like (LLVM IR, basic block counters) from the doc.
https://github.com/llvm/llvm-project/pull/76105
More information about the llvm-commits
mailing list