[PATCH] D93312: [RISCV] Add ISel support for RVV .vx and .vi forms

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 04:29:51 PST 2020


frasercrmck updated this revision to Diff 313081.
frasercrmck added a comment.

- rebase on main
- replace SPLAT_VECTOR_I64_PAIR with sequence
- support or,shl,srl as a consequence
- remove roots from ComplexPatterns


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93312/new/

https://reviews.llvm.org/D93312

Files:
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/test/CodeGen/RISCV/rvv/vadd-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vadd-sdnode-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vor-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vor-sdnode-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vshl-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vshl-sdnode-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vsplats-i64.ll
  llvm/test/CodeGen/RISCV/rvv/vsrl-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vsrl-sdnode-rv64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93312.313081.patch
Type: text/x-patch
Size: 322688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201221/053c41eb/attachment-0001.bin>


More information about the llvm-commits mailing list