[PATCH] D146711: [RISCV] Lower shuffles as vmerge + vslide{up,down} where possible
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 05:09:13 PDT 2023
luke updated this revision to Diff 508055.
luke added a comment.
Rework to only handle inserts of subvectors, and lower them into single vslideups
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146711/new/
https://reviews.llvm.org/D146711
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shufflevector-vnsrl.ll
llvm/test/CodeGen/RISCV/rvv/vector-deinterleave-fixed.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146711.508055.patch
Type: text/x-patch
Size: 13338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/53ded558/attachment.bin>
More information about the llvm-commits
mailing list