This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

evandro created this revision.May 11 2021, 11:53 AM
evandro requested review of this revision.May 11 2021, 11:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2021, 11:53 AM
craig.topper added inline comments.May 11 2021, 11:57 AM
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
144

Why is static on a different line? Did clang-format do that?

evandro added inline comments.May 11 2021, 12:34 PM
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
144

No, not clang-format, but I did. I've seen it before though.

evandro updated this revision to Diff 344543.May 11 2021, 12:48 PM
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
This revision was automatically updated to reflect the committed changes.