This is an archive of the discontinued LLVM Phabricator instance.

[NFC][PowerPC] Move the Regsiter Operands for PowerPC into PPCRegisterInfo.td
ClosedPublic

Authored by stefanp on Apr 11 2022, 1:36 PM.

Details

Summary

Currently the regsiter operand definitions are found in three separate files.
This patch moves all of the definitions into PPCRegisterInfo.td.

Diff Detail

Event Timeline

stefanp created this revision.Apr 11 2022, 1:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2022, 1:36 PM
stefanp requested review of this revision.Apr 11 2022, 1:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2022, 1:36 PM
stefanp added a reviewer: Restricted Project.Apr 11 2022, 1:36 PM
amyk accepted this revision as: amyk.Apr 15 2022, 7:33 PM
amyk added a subscriber: amyk.

I think this LGTM.

This revision is now accepted and ready to land.Apr 15 2022, 7:33 PM
amyk added a comment.Apr 17 2022, 11:02 PM

Also, a minor nit I found, but please do update the title and description of the revision to say register rather than regsiter.

stefanp updated this revision to Diff 423398.Apr 18 2022, 8:04 AM

Rebased patch to top of master.

stefanp updated this revision to Diff 423453.Apr 18 2022, 12:36 PM

Rebased to top of main branch.

This revision was landed with ongoing or failed builds.Apr 18 2022, 12:50 PM
This revision was automatically updated to reflect the committed changes.