[PATCH] D153876: [RISCV] Lower deinterleave2 intrinsics to vlseg2

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 07:30:52 PDT 2023


luke created this revision.
luke added reviewers: craig.topper, reames, kito-cheng, CarolineConcatto.
Herald added subscribers: jobnoorman, asb, pmatos, VincentWu, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, arichardson.
Herald added a project: All.
luke requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, eopXD, MaskRay.
Herald added a project: LLVM.

Following from D153864 <https://reviews.llvm.org/D153864>, this patch implements the lowerDeinterleaveIntrinsic
hook to lower deinterleaves of loads into vlseg2 intrinsics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153876

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/rvv/fixed-vector-deinterleave-load.ll
  llvm/test/CodeGen/RISCV/rvv/vector-deinterleave-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153876.534979.patch
Type: text/x-patch
Size: 19045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230627/66fc5367/attachment.bin>


More information about the llvm-commits mailing list