[PATCH] D118952: [RISCV] Add more types of shuffles isShuffleMaskLegal.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 15:58:09 PST 2022


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

Add the vslidedown and interleave patterns that I recently implemented.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118952

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/common-shuffle-patterns.ll
  llvm/test/CodeGen/RISCV/rvv/interleave-crash.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118952.405822.patch
Type: text/x-patch
Size: 13641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220203/fad7eda6/attachment.bin>


More information about the llvm-commits mailing list