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

Micah Weston via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 17:37:34 PST 2024


================
@@ -104,12 +106,22 @@ Symbols:
 # ENTRYCOUNT-BLOCKFREQ: <BB2> (Frequency: 18):
 # ENTRYCOUNT-BLOCKFREQ: <BB5> (Frequency: 1000):
 
+# ENTRYCOUNT-BLOCKFREQ-PRETTY: <foo>:
+# ENTRYCOUNT-BLOCKFREQ-PRETTY: <BB3> (Entry count: 1000, Frequency: 1.0):
----------------
red1bluelost wrote:

These first two are on consecutive lines but the others are not.

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


More information about the llvm-commits mailing list