Move instruction attributes into the RISCVII namespace and add associated helper functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102268
[RISCV] Move instruction information into the namespace RISCVII (NFC) ClosedPublic Authored by evandro on May 11 2021, 11:53 AM.
Details Summary Move instruction attributes into the RISCVII namespace and add associated helper functions.
Diff Detail
Event TimelineHerald added subscribers: vkmr, luismarques, apazos and 22 others. · View Herald TranscriptMay 11 2021, 11:53 AM
evandro marked an inline comment as done. This revision is now accepted and ready to land.May 11 2021, 1:03 PM This revision was landed with ongoing or failed builds.May 11 2021, 2:33 PM Closed by commit rG3a64b7080d50: [RISCV] Move instruction information into the RISCVII namespace (NFC) (authored by evandro). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 344565 llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
|
Why is static on a different line? Did clang-format do that?