[PATCH] D73947: [ARM][MVE] LowOverheadLoops: DCE on the iteration count setup expression

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 06:50:20 PST 2020


SjoerdMeijer updated this revision to Diff 242601.
SjoerdMeijer added a comment.

Thanks for looking and the suggestion. Added test case `it-block-random.mir` showed that I was missing a case: an instruction in the IT block not connected to the use-def chain, so fixed that.


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

https://reviews.llvm.org/D73947

Files:
  llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/dont-ignore-vctp.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-chain.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-itercount.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-random.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73947.242601.patch
Type: text/x-patch
Size: 33946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/aef59840/attachment.bin>


More information about the llvm-commits mailing list