[PATCH] D137467: [NFC][BlockPlacement]Add an option to renumber blocks based on function layout order.

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 6 09:11:51 PST 2022


mingmingl added a comment.

In D137467#3909358 <https://reviews.llvm.org/D137467#3909358>, @davidxl wrote:

> Does MIR text output show MBB number in the dump?

Yes, the basic blocks are named in format `bb.<N>`. Added an example in the summary.

In D137467#3909359 <https://reviews.llvm.org/D137467#3909359>, @davidxl wrote:

> or show an example how the mapping is made harder without renumbering.

Added an example in Phabricator summary.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137467/new/

https://reviews.llvm.org/D137467



More information about the llvm-commits mailing list