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

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 6 21:17:04 PST 2022


davidxl added a comment.

I see. The DOT CFG graph dump uses the layout order instead of the MBB number. Another way to fix this is to use the following in the node label: BBName[MBBNum][layout-order], but making the MBB num and layout number consistent under an option is fine to me.


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