This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] Split out the MMA instructions from the P10 instructions.
ClosedPublic

Authored by stefanp on Feb 24 2022, 1:35 PM.

Details

Summary

Currently all of the MMA instructions as well as the MMA related register info
is bundled with the Power 10 instructions. This patch just splits them out.

Diff Detail

Event Timeline

stefanp created this revision.Feb 24 2022, 1:35 PM
stefanp requested review of this revision.Feb 24 2022, 1:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2022, 1:35 PM
stefanp added a reviewer: Restricted Project.Feb 24 2022, 1:35 PM
lei added inline comments.Feb 24 2022, 1:55 PM
llvm/lib/Target/PowerPC/PPCInstrP10.td
2342

maybe better to include this in PPCInstrInfo.td after include "PPCInstrP10.td"?

stefanp updated this revision to Diff 411232.Feb 24 2022, 2:09 PM

Moved the include to PPCInstrInfo.td.

lei accepted this revision as: lei.Feb 24 2022, 3:25 PM

LGTM
Thx for cleaning up.

This revision is now accepted and ready to land.Feb 24 2022, 3:25 PM
This revision was landed with ongoing or failed builds.Feb 25 2022, 9:41 AM
This revision was automatically updated to reflect the committed changes.