[all-commits] [llvm/llvm-project] 3b2537: [RISCV] Rename SDT_RISCVVecCvtX2FOp_VL->SDT_RISCVV...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jan 5 16:37:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b2537be767c97d0b557aee53b3c989b339dd6bc
https://github.com/llvm/llvm-project/commit/3b2537be767c97d0b557aee53b3c989b339dd6bc
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
Log Message:
-----------
[RISCV] Rename SDT_RISCVVecCvtX2FOp_VL->SDT_RISCVVecCvtF2XOp_VL. NFC
The instruction name is x.f with the destination type first. The
template name was intended as "convert F to X". So the F comes first.
More information about the All-commits
mailing list