This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] NFC: Remove register decoder tables in disassembler
ClosedPublic

Authored by c-rhodes on Aug 9 2021, 6:04 AM.

Details

Summary

The register classes are generated by TableGen, use them instead of
handwritten tables.

Diff Detail

Event Timeline

c-rhodes created this revision.Aug 9 2021, 6:04 AM
c-rhodes requested review of this revision.Aug 9 2021, 6:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2021, 6:04 AM
david-arm accepted this revision.Aug 11 2021, 1:14 AM

LGTM! Nice cleanup @c-rhodes. :)

This revision is now accepted and ready to land.Aug 11 2021, 1:14 AM
This revision was landed with ongoing or failed builds.Aug 12 2021, 12:53 AM
This revision was automatically updated to reflect the committed changes.