[PATCH] D153057: [RISCV] Introduce RISCVISD::VWMACC(U/SU)_VL opcode
Nitin John Raj via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 12:36:24 PDT 2023
nitinjohnraj updated this revision to Diff 531879.
nitinjohnraj marked an inline comment as done.
nitinjohnraj added a comment.
vwmaccsu is not commutative. Delete the old multiclass used to associate patterns to vwmacc(u/su). Fix documentation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153057/new/
https://reviews.llvm.org/D153057
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
llvm/test/CodeGen/RISCV/rvv/common-shuffle-patterns.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-interleave.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-interleave.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmacc.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmaccsu.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmaccu.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vwmaccus.ll
llvm/test/CodeGen/RISCV/rvv/interleave-crash.ll
llvm/test/CodeGen/RISCV/rvv/vector-interleave-fixed.ll
llvm/test/CodeGen/RISCV/rvv/vector-interleave.ll
llvm/test/CodeGen/RISCV/rvv/vwmacc-vp.ll
llvm/test/CodeGen/RISCV/rvv/vwmaccsu-vp.ll
llvm/test/CodeGen/RISCV/rvv/vwmaccu-vp.ll
llvm/test/CodeGen/RISCV/rvv/vwmaccus-vp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153057.531879.patch
Type: text/x-patch
Size: 133150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230615/335e7a81/attachment-0001.bin>
More information about the llvm-commits
mailing list