[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:28:39 PDT 2022


FPar updated this revision to Diff 444719.
FPar added a comment.

Replace iterations over blocks with *this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129585

Files:
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Passes/ADRRelaxationPass.cpp
  bolt/lib/Passes/Aligner.cpp
  bolt/lib/Passes/BinaryPasses.cpp
  bolt/lib/Passes/CacheMetrics.cpp
  bolt/lib/Passes/IndirectCallPromotion.cpp
  bolt/lib/Passes/Inliner.cpp
  bolt/lib/Passes/PLTCall.cpp
  bolt/lib/Passes/SplitFunctions.cpp
  bolt/lib/Passes/ThreeWayBranch.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129585.444719.patch
Type: text/x-patch
Size: 21749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/4ca2bb02/attachment.bin>


More information about the llvm-commits mailing list