[all-commits] [llvm/llvm-project] 814250: [RISCV] Add vector legalization for fmaximum/fmini...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Aug 4 08:11:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 814250191d2ec97acc7769c504ed2e3f0e63fd4d
      https://github.com/llvm/llvm-project/commit/814250191d2ec97acc7769c504ed2e3f0e63fd4d
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-08-04 (Fri, 04 Aug 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/Analysis/CostModel/RISCV/fp-min-max-abs.ll
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmaximum.ll
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fminimum.ll
    A llvm/test/CodeGen/RISCV/rvv/fmaximum-sdnode.ll
    A llvm/test/CodeGen/RISCV/rvv/fminimum-sdnode.ll

  Log Message:
  -----------
  [RISCV] Add vector legalization for fmaximum/fminimum.

Reviewed By: fakepaper56

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




More information about the All-commits mailing list