This is an archive of the discontinued LLVM Phabricator instance.

[NFC][PowerPC] Reorganize CRNotPat multiclass patterns in PPCInstrInfo.td
ClosedPublic

Authored by amyk on Sep 24 2019, 11:22 AM.

Details

Summary

This is patch aims to group together the CRNotPat multi class instantiations within PPCInstrInfo.td.

Integer instantiations of the multi class are grouped together into a section, and the floating point patterns are separated into its own section.

Diff Detail

Repository
rL LLVM

Event Timeline

amyk created this revision.Sep 24 2019, 11:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2019, 11:22 AM
jsji added a reviewer: Restricted Project.Sep 24 2019, 11:29 AM
amyk updated this revision to Diff 222728.Oct 1 2019, 4:59 PM

I've realized I forgot to attach a full context patch.
Updated with full context.

jsji accepted this revision as: jsji.Oct 2 2019, 8:16 AM

LGTM. I believe you can commit such NFC patches directly without review. Thanks.

This revision is now accepted and ready to land.Oct 2 2019, 8:16 AM
This revision was automatically updated to reflect the committed changes.