[all-commits] [llvm/llvm-project] d49280: [RISCV] Rename WriteFALU* and ReadFALU* to WriteFA...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Sep 12 09:37:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d49280e0a4f27ea1b7ede03b720adb75a527d3dc
https://github.com/llvm/llvm-project/commit/d49280e0a4f27ea1b7ede03b720adb75a527d3dc
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
M llvm/lib/Target/RISCV/RISCVSchedRocket.td
M llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
M llvm/lib/Target/RISCV/RISCVSchedule.td
Log Message:
-----------
[RISCV] Rename WriteFALU* and ReadFALU* to WriteFAdd*/ReadFAdd*.
ALU seems a little vague. FAdd felt more precise even though it
also include FSUB instructions.
Reviewed By: monkchiang
Differential Revision: https://reviews.llvm.org/D133632
More information about the All-commits
mailing list