[PATCH] D147366: [MLGO] Change MBB Profile Dump from using MBB numbers to MBB IDs
Rahman Lavaee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 10:12:41 PDT 2023
rahmanl accepted this revision.
rahmanl added inline comments.
================
Comment at: llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll:39
+; NO-SECTIONS: <unknown>:0: error: Unable to find BB labels for MBB profile dump. -mbb-profile-dump must be called with -basic-block-sections=labels
+; NO-SECTIONS: <unknown>:0: error: Unable to find BB labels for MBB profile dump. -mbb-profile-dump must be called with -basic-block-sections=labels
----------------
Remove this redundant line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147366/new/
https://reviews.llvm.org/D147366
More information about the llvm-commits
mailing list