[all-commits] [llvm/llvm-project] 3a64b7: [RISCV] Move instruction information into the RISC...
Evandro Menezes via All-commits
all-commits at lists.llvm.org
Tue May 11 14:33:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a64b7080d5033b3bd6f28fbac4a24d9490dc3c3
https://github.com/llvm/llvm-project/commit/3a64b7080d5033b3bd6f28fbac4a24d9490dc3c3
Author: Evandro Menezes <evandro.menezes at sifive.com>
Date: 2021-05-11 (Tue, 11 May 2021)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
Log Message:
-----------
[RISCV] Move instruction information into the RISCVII namespace (NFC)
Move instruction attributes into the `RISCVII` namespace and add associated helper functions.
Differential Revision: https://reviews.llvm.org/D102268
More information about the All-commits
mailing list