[llvm] [AsmPrint] Correctly factor function entry count when dumping MBB frequencies (PR #67826)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 11:42:00 PDT 2023


MatzeB wrote:

> actual MBB frequencies

I suspect the terminology at use here is that "frequency" means a value relative to the entry block. While I think you are asking for execution "count"s here (like the value you get when you multiply a block frequency with the entry count).

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


More information about the llvm-commits mailing list