[all-commits] [llvm/llvm-project] 63ed3d: [RISCV] Rename lowerFTRUNC_FCEIL_FFLOOR_FROUND to ...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Oct 24 20:42:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63ed3d0eeb561aa3ede1b6006c0a1a8830b469da
      https://github.com/llvm/llvm-project/commit/63ed3d0eeb561aa3ede1b6006c0a1a8830b469da
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Rename lowerFTRUNC_FCEIL_FFLOOR_FROUND to lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND. NFC

Extracted from D136508.


  Commit: d4dc036e70330ac205a65e4cfbc82cc1dfeda3e8
      https://github.com/llvm/llvm-project/commit/d4dc036e70330ac205a65e4cfbc82cc1dfeda3e8
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp

  Log Message:
  -----------
  [RISCV] Move vector cost table lookup out of the switch in getIntrinsicInstrCost. NFC

This allows vectors to be looked up if the switch is used for the
scalar version of an intrinsic.

Extracted from D136508.


Compare: https://github.com/llvm/llvm-project/compare/37e754e5801c...d4dc036e7033


More information about the All-commits mailing list