[llvm] [SHT_LLVM_BB_ADDR_MAP] Adds pretty printing of BFI and BPI for PGO Analysis Map in tools. (PR #82292)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 23:41:41 PST 2024


================
@@ -298,12 +298,12 @@ OPTIONS
 
 .. option:: --pretty-pgo-analysis-map
 
-  When using ``--symbolize-operands`` with bb-address-map and pgo-analysis-map,
-  print analyses using same format as there analysis passes would. An example
-  of pretty format, would be printing block frequencies relative to the entry
-  block, same as BFI.
+  When using :option:`--symbolize-operands` with bb-address-map and
+  pgo-analysis-map, print analyses using same the format as their analysis
----------------
jh7370 wrote:

```suggestion
  pgo-analysis-map, print analyses using the same format as their analysis
```

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


More information about the llvm-commits mailing list