[all-commits] [llvm/llvm-project] 5d3056: [RISCV] Improve vector fround lowering by changing...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Sep 6 09:33:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d30565d807f66774d2c057c5a3e37e9e9fc2197
      https://github.com/llvm/llvm-project/commit/5d30565d807f66774d2c057c5a3e37e9e9fc2197
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  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
    M llvm/test/CodeGen/RISCV/rvv/fround-sdnode.ll

  Log Message:
  -----------
  [RISCV] Improve vector fround lowering by changing FRM.

This is a follow up to D133238 which did this for ceil/floor.

Reviewed By: arcbbb, frasercrmck

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




More information about the All-commits mailing list