This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Introduce a common tablegen base class for RVInst and RVInst16.
ClosedPublic

Authored by craig.topper on Jul 19 2023, 12:55 PM.

Details

Summary

This gives us a common place to put the TSFlags and the Namespace.

Removes TSFlags declaration duplication for D155690.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 19 2023, 12:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 12:55 PM
craig.topper requested review of this revision.Jul 19 2023, 12:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 12:56 PM
Herald added subscribers: eopXD, MaskRay. · View Herald Transcript
wangpc accepted this revision.Jul 19 2023, 7:37 PM

LGTM. Thanks!

This revision is now accepted and ready to land.Jul 19 2023, 7:37 PM