[all-commits] [llvm/llvm-project] 1d8a7a: [RISCV] Rename RISCVISD::SINT_TO_FP_VL/UINT_TO_FP_...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Sep 21 15:36:29 PDT 2022


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

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

  Log Message:
  -----------
  [RISCV] Rename RISCVISD::SINT_TO_FP_VL/UINT_TO_FP_VL. NFC

Name them after the instructions VFCVT_RTZ_X(U)_F_VL to make it
clear that the ISD nodes don't have the poison semantics of
ISD::SINT_TO_FP/UINT_TO_FP.

I play to reuse this node for a FP_TO_SINT_SAT/FP_TO_UINT_SAT
patch and need the instruction semantics.




More information about the All-commits mailing list