[PATCH] D144092: [RISCV] Lower interleave and deinterleave intrinsics
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 10:59:09 PST 2023
luke updated this revision to Diff 498085.
luke added a comment.
1. Be smarter about generating masks by using generating vmsne.vi vx, 0 directly
2. When SEW < ELEN interleave vectors with vwaddu.vv/vwmacc.vx
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144092/new/
https://reviews.llvm.org/D144092
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/test/CodeGen/RISCV/rvv/vector-deinterleave-fixed.ll
llvm/test/CodeGen/RISCV/rvv/vector-deinterleave.ll
llvm/test/CodeGen/RISCV/rvv/vector-interleave-fixed.ll
llvm/test/CodeGen/RISCV/rvv/vector-interleave.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144092.498085.patch
Type: text/x-patch
Size: 54169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/f7b2fdd9/attachment-0001.bin>
More information about the llvm-commits
mailing list