This is an archive of the discontinued LLVM Phabricator instance.

[PPC] Refactor PPCBranchSelector.cpp
ClosedPublic

Authored by Carrot on Mar 20 2019, 5:19 PM.

Details

Summary

This patch splits the huge function PPCBranchSelector.cpp:runOnMachineFunction into several smaller functions.

No functional change.

Diff Detail

Repository
rL LLVM

Event Timeline

Carrot created this revision.Mar 20 2019, 5:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2019, 5:19 PM
echristo accepted this revision.Mar 20 2019, 6:06 PM

LGTM.

-eric

This revision is now accepted and ready to land.Mar 20 2019, 6:06 PM
hfinkel accepted this revision.Mar 20 2019, 7:13 PM
hfinkel added a subscriber: hfinkel.

LGTM.

-eric

LGTM too.

This revision was automatically updated to reflect the committed changes.