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

Malhar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 04:49:46 PDT 2021


malharJ updated this revision to Diff 334650.
malharJ marked 2 inline comments as done.
malharJ added a comment.

addressed comments,
renamed some functions,
added comments to test (and updated) 
updated some incorrect code:

- adjustBBOffsetsAfter() is called with BBPrevious as input since BB is moved, which would cause change in offsets after it.
- code checking for LE to loopExit now starts search from the MBB after loopExit. Updated the test accordingly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99649

Files:
  llvm/lib/Target/ARM/ARMBlockPlacement.cpp
  llvm/test/CodeGen/Thumb2/block-placement.mir
  llvm/test/CodeGen/Thumb2/mve-float16regloops.ll
  llvm/test/CodeGen/Thumb2/mve-float32regloops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99649.334650.patch
Type: text/x-patch
Size: 35169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210401/907d9751/attachment.bin>


More information about the llvm-commits mailing list