[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:23:58 PDT 2023


nitinjohnraj updated this revision to Diff 531876.
nitinjohnraj marked an inline comment as done.
nitinjohnraj added a comment.

Check that VWMUL merge operand is undef.


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.531876.patch
Type: text/x-patch
Size: 132141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230615/ee257ef3/attachment.bin>


More information about the llvm-commits mailing list