[PATCH] D99649: [ARM] Updates to arm-block-placement pass

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 03:22:19 PDT 2021


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Thanks. LGTM



================
Comment at: llvm/lib/Target/ARM/ARMBlockPlacement.cpp:180
+/// Updates ordering (of WLS BB and their loopExits) in inner loops first
+/// Returns true if any change was made in any of the loops
+bool ARMBlockPlacement::processPostOrderLoops(MachineLoop *ML) {
----------------
These sentences can end in full stops.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99649



More information about the llvm-commits mailing list