[all-commits] [llvm/llvm-project] 35c877: [RISCV] Customed lower vector nearbyint and rint i...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Tue Apr 18 20:07:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35c877a6f0acc84b707b4de70827688d9bafd6e6
      https://github.com/llvm/llvm-project/commit/35c877a6f0acc84b707b4de70827688d9bafd6e6
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/RISCV/fround.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
    A llvm/test/CodeGen/RISCV/rvv/fnearbyint-sdnode.ll
    A llvm/test/CodeGen/RISCV/rvv/frint-sdnode.ll

  Log Message:
  -----------
  [RISCV] Customed lower vector nearbyint and rint in RISC-V.

The patch lowers vector rint/nearbyint like vp.rint/nearbyint.

Reviewed By: craig.topper

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




More information about the All-commits mailing list