[PATCH] D129585: [BOLT] Replace uses of layout with basic block list

Fabian Parzefall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 10:38:57 PDT 2022


FPar added a comment.

In D129585#3650403 <https://reviews.llvm.org/D129585#3650403>, @maksfb wrote:

> Maybe instead of `for (const BinaryBasicBlock *const BB : BasicBlocks)` we can have `for (const BinaryBasicBlock &BB : blocks())`?

Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129585



More information about the llvm-commits mailing list