[all-commits] [llvm/llvm-project] 593059: [RISCV] Rename RISCVISD::FCVT_W_RV64 to FCVT_W_RTZ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Jul 31 11:16:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 593059b328cf297d456e08dce8a2e1f8964df0c7
https://github.com/llvm/llvm-project/commit/593059b328cf297d456e08dce8a2e1f8964df0c7
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
Log Message:
-----------
[RISCV] Rename RISCVISD::FCVT_W_RV64 to FCVT_W_RTZ_RV64. NFC
fcvt.w(u) supports multiple rounding modes, but the ISD node
doesn't encode that. So name it to match the rounding mode it uses.
More information about the All-commits
mailing list