This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove unused Opcode field from RVInst16. NFC
ClosedPublic

Authored by craig.topper on Jul 20 2023, 12:36 AM.

Details

Summary

Unlike RVInst which also has an Opcode field, all of the subclasseso
of RVInst16 assign Inst{1-0} directly.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 20 2023, 12:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 12:36 AM
craig.topper requested review of this revision.Jul 20 2023, 12:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 12:36 AM
Herald added subscribers: eopXD, MaskRay. · View Herald Transcript
wangpc accepted this revision.Jul 20 2023, 12:45 AM
This revision is now accepted and ready to land.Jul 20 2023, 12:45 AM
asb accepted this revision.Jul 20 2023, 3:26 AM

LGTM.

This revision was landed with ongoing or failed builds.Jul 20 2023, 8:18 AM
This revision was automatically updated to reflect the committed changes.