[all-commits] [llvm/llvm-project] 588f12: [RISCV][NFC] Make Zb* instruction naming match the...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Fri Jan 28 07:21:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 588f121ada6d5418290e271bcaf2d1bada500912
https://github.com/llvm/llvm-project/commit/588f121ada6d5418290e271bcaf2d1bada500912
Author: Alex Bradbury <asb at lowrisc.org>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
M llvm/lib/Target/RISCV/RISCVSExtWRemoval.cpp
Log Message:
-----------
[RISCV][NFC] Make Zb* instruction naming match the convention used elsewhere in the RISC-V backend
Where the instruction mnemonic contains a dot, we name the corresponding
instruction in the .td file using a _ in the place of the dot. e.g. LR_W
rather than LRW. This commit updates RISCVInstrInfoZb.td to follow that
convention.
More information about the All-commits
mailing list