[PATCH] D69946: [ARM][MVE] Enable narrow vector length

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 06:36:51 PST 2019


samparker created this revision.
samparker added reviewers: SjoerdMeijer, dmgreen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.
samparker added a parent revision: D69945: [ARM][MVE] Tail predication conversion.

Remove the restriction, from the mve tail predication pass, that the all masked vectors instructions need to be 128-bits. This allows us to supported extending loads and truncating stores.


https://reviews.llvm.org/D69946

Files:
  llvm/lib/Target/ARM/MVETailPredication.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-tail-data-types.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/nested.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69946.228230.patch
Type: text/x-patch
Size: 28349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191107/8b2eccf7/attachment.bin>


More information about the llvm-commits mailing list