[PATCH] D102268: [RISCV] Move instruction information into the namespace RISCVII (NFC)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 11:53:28 PDT 2021


evandro created this revision.
evandro added reviewers: craig.topper, frasercrmck, asb.
Herald added subscribers: vkmr, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
evandro requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Move instruction attributes into the `RISCVII` namespace and add associated helper functions.


https://reviews.llvm.org/D102268

Files:
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVMCInstLower.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102268.344521.patch
Type: text/x-patch
Size: 27260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/94979856/attachment.bin>


More information about the llvm-commits mailing list