[PATCH] D72713: [ARM][LowOverheadLoops] Check loop liveouts

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 03:50:54 PST 2020


samparker updated this revision to Diff 244613.
samparker retitled this revision from "[ARM][CodeGen] Check Low-overhead loop liveouts" to "[ARM][LowOverheadLoops] Check loop liveouts".
samparker edited the summary of this revision.
samparker added a comment.

Removed most of the code and going for the basic approach first: don't transform when any Q regs are live in the exit blocks.


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

https://reviews.llvm.org/D72713

Files:
  llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/cond-vector-reduce-mve-codegen.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/matrix.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-tail-data-types.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/vector-arith-codegen.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/wlstp.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72713.244613.patch
Type: text/x-patch
Size: 18079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200214/2501a9ef/attachment.bin>


More information about the llvm-commits mailing list