[PATCH] D144584: [RISCV] Reuse getDeinterleaveViaVNSRL to lower deinterleave intrinsics

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 11:32:25 PST 2023


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

This modifies it to work on both scalable and fixed vectors, and
deduplicates the VT.getScalarSizeInBits() >= Subtarget.getELEN() check.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144584

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144584.499604.patch
Type: text/x-patch
Size: 6258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/42349cfb/attachment.bin>


More information about the llvm-commits mailing list