[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
Fri Feb 23 01:06:49 PST 2024


================
@@ -291,6 +296,15 @@ OPTIONS
        cmp eax, dword ptr <g>
        jge	<L0>
 
+.. 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
----------------
jh7370 wrote:

```suggestion
  print analyses using the same format as their analysis passes would. An example
```

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


More information about the llvm-commits mailing list