[all-commits] [llvm/llvm-project] 1d4411: [RISCV] Add vector integer min/max ISel patterns

Fraser Cormack via All-commits all-commits at lists.llvm.org
Tue Jan 5 01:22:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d4411e9ea0ea7b8460e40d2d596cafafc84be33
      https://github.com/llvm/llvm-project/commit/1d4411e9ea0ea7b8460e40d2d596cafafc84be33
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2021-01-05 (Tue, 05 Jan 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
    A llvm/test/CodeGen/RISCV/rvv/vmax-sdnode-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vmax-sdnode-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vmaxu-sdnode-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vmaxu-sdnode-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vmin-sdnode-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vmin-sdnode-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vminu-sdnode-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vminu-sdnode-rv64.ll

  Log Message:
  -----------
  [RISCV] Add vector integer min/max ISel patterns

Reviewed By: craig.topper

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




More information about the All-commits mailing list