[PATCH] D93852: [RISCV] Fill out basic integer RVV ISel patterns

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 00:49:23 PST 2020


frasercrmck created this revision.
frasercrmck added reviewers: craig.topper, evandro, rogfer01, HsiangKai.
Herald added subscribers: NickHung, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
frasercrmck requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

This complements the existing RVV ISel patterns for arithmetic, bitwise
and shifts with the remaining operations in those categories: sub, and,
xor, sra.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93852

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
  llvm/test/CodeGen/RISCV/rvv/vand-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vand-sdnode-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vrsub-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vrsub-sdnode-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vsra-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vsra-sdnode-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vsub-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vsub-sdnode-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vxor-sdnode-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vxor-sdnode-rv64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93852.313832.patch
Type: text/x-patch
Size: 409601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201228/7820528c/attachment-0001.bin>


More information about the llvm-commits mailing list