This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove redundant register alt_names
ClosedPublic

Authored by mgorny on Sep 10 2021, 1:09 PM.

Details

Summary

Remove redundant register alt_names that correspond to their respective
generic names. D108554 makes it possible to query registers through
their generic names directly, therefore making repeating them via
alt_name unnecessary.

While at it, also remove alt_names that are equal to register names
on PPC.

This patch does not alter register definitions where the generic names
are listed as primary names, and other names are provided as alt_name
(e.g. ARM).

Diff Detail

Event Timeline

mgorny created this revision.Sep 10 2021, 1:09 PM
labath accepted this revision.Sep 13 2021, 1:32 AM
This revision is now accepted and ready to land.Sep 13 2021, 1:32 AM
This revision was landed with ongoing or failed builds.Sep 13 2021, 4:05 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2021, 4:05 AM