This is an archive of the discontinued LLVM Phabricator instance.

[Mips] Remove unused TableGen classes and multiclasses.
AcceptedPublic

Authored by kosarev on Jun 22 2023, 4:03 AM.

Details

Summary

And warn on them from now on.

Diff Detail

Event Timeline

kosarev created this revision.Jun 22 2023, 4:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 4:03 AM
kosarev requested review of this revision.Jun 22 2023, 4:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 4:03 AM
sdardis accepted this revision.Jul 2 2023, 10:02 AM

LGTM. After checking the classes removed, they fall into the cases of classes that were added for completeness' sake or were never expanded on. The microMIPS64R6 class was missed during the removal of support for that ISA variant.

This revision is now accepted and ready to land.Jul 2 2023, 10:02 AM