[all-commits] [llvm/llvm-project] f7f09e: [RISCV] Fill out basic integer RVV ISel patterns

Fraser Cormack via All-commits all-commits at lists.llvm.org
Tue Dec 29 11:42:28 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f7f09e2b1c897f0b42be72939d0c97dcfd1577f7
      https://github.com/llvm/llvm-project/commit/f7f09e2b1c897f0b42be72939d0c97dcfd1577f7
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2020-12-29 (Tue, 29 Dec 2020)

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

  Log Message:
  -----------
  [RISCV] Fill out basic integer RVV ISel patterns

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

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D93852




More information about the All-commits mailing list