This is an archive of the discontinued LLVM Phabricator instance.

[llvm][PPCISelDAGToDAG] rename ppc-codegen to ppc-isel
ClosedPublic

Authored by nickdesaulniers on Dec 21 2022, 1:31 PM.

Details

Summary

Every other subclass of SelectionDAGISel calls this pass "<arch>-isel".
No existing tests refer to ppc-codegen so this is purely a cosmetic
change to bring the pass name in line with other architecture's
SelectionDAGISel subclasses.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2022, 1:31 PM
nickdesaulniers requested review of this revision.Dec 21 2022, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2022, 1:31 PM
MaskRay accepted this revision.Dec 21 2022, 6:28 PM

Looks great! The consistency with other targets is good.

This revision is now accepted and ready to land.Dec 21 2022, 6:28 PM
MaskRay added a subscriber: Restricted Project.Dec 21 2022, 6:28 PM

(CC #PowerPC to inform potential users)

This revision was landed with ongoing or failed builds.Jan 9 2023, 3:31 PM
This revision was automatically updated to reflect the committed changes.