[PATCH] D97289: [ARM] Extend MVE lane interleaving to handle other non-instruction leaves

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 07:01:32 PST 2021


dmgreen created this revision.
dmgreen added reviewers: SjoerdMeijer, simon_tatham, ostannard, efriedma, samtebbs.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.

This extends the MVE lane interleaving from D95804 <https://reviews.llvm.org/D95804> to handle other non-instruction leaves, for which a new shuffle is added. This helps especially for constants and potentially for arguments.


https://reviews.llvm.org/D97289

Files:
  llvm/lib/Target/ARM/MVELaneInterleavingPass.cpp
  llvm/test/CodeGen/Thumb2/mve-laneinterleaving.ll
  llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll
  llvm/test/CodeGen/Thumb2/mve-vabdus.ll
  llvm/test/CodeGen/Thumb2/mve-vmulh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97289.325778.patch
Type: text/x-patch
Size: 52579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/a0400d88/attachment-0001.bin>


More information about the llvm-commits mailing list