[PATCH] D71007: [ARM][LowOverheadLoops] Remove dead loop update instructions

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 07:43:22 PST 2019


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

Comments addressed and thanks for catching that problem, a test case has been added.


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

https://reviews.llvm.org/D71007

Files:
  llvm/include/llvm/CodeGen/MachineLoopUtils.h
  llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
  llvm/lib/CodeGen/MachineLoopUtils.cpp
  llvm/lib/CodeGen/ReachingDefAnalysis.cpp
  llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/dont-remove-loop-update.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/fast-fp-loops.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-tail-data-types.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/vector-arith-codegen.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71007.232565.patch
Type: text/x-patch
Size: 18933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191206/f9a3f572/attachment.bin>


More information about the llvm-commits mailing list