[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
Wed Feb 21 00:16:56 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):
----------------
jh7370 wrote:

Are these on consecutive lines in the output?

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


More information about the llvm-commits mailing list