[PATCH] D69945: [ARM][MVE] Tail predication conversion

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 03:38:23 PST 2019


samparker updated this revision to Diff 229055.
samparker added a comment.

- Renamed VPTMIs and fixed typos.
- Renamed TailPredicate and added a method for IsTailPredicationLegal to make the code more readable.
- Added early exits.
- Removed tests.


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

https://reviews.llvm.org/D69945

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  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
  llvm/unittests/Target/ARM/MachineInstrTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69945.229055.patch
Type: text/x-patch
Size: 34433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/19444c41/attachment.bin>


More information about the llvm-commits mailing list