[PATCH] D134703: [RISCV][ISel] Refactor the formation of VW operations
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 17:27:27 PDT 2022
qcolombet updated this revision to Diff 464859.
qcolombet added a comment.
- Fix typos
- Use structured binding
- Replace some asserts with unreachable
- Use references for NodeExtensionHelper for now (we don't need the copy for this patch).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134703/new/
https://reviews.llvm.org/D134703
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmul.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmulsu.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwsub.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwsubu.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134703.464859.patch
Type: text/x-patch
Size: 41159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221004/538e8527/attachment.bin>
More information about the llvm-commits
mailing list