[PATCH] D97293: [ARM] Add a number of intrinsics for MVE lane interleaving

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 07:23:21 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.

Add a number of intrinsics which natively lower to MVE operations to the lane interleaving pass, allowing it to efficiently interleave the lanes of chucks of operations containing these intrinsics.


https://reviews.llvm.org/D97293

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97293.325788.patch
Type: text/x-patch
Size: 7906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/d8f659df/attachment.bin>


More information about the llvm-commits mailing list