This is an archive of the discontinued LLVM Phabricator instance.

[MBP] Split block placement and block alignment. NFC.
ClosedPublic

Authored by haicheng on Apr 28 2016, 8:41 PM.

Details

Summary

Cut and paste.

Diff Detail

Repository
rL LLVM

Event Timeline

haicheng updated this revision to Diff 55525.Apr 28 2016, 8:41 PM
haicheng retitled this revision from to [MBP] Split block placement and block alignment. NFC..
haicheng updated this object.
haicheng added reviewers: mcrosier, gberry, mssimpso.
haicheng set the repository for this revision to rL LLVM.
haicheng added a subscriber: llvm-commits.
deadalnix accepted this revision.Apr 28 2016, 9:06 PM
deadalnix added a reviewer: deadalnix.

LGTM. Please give it some time for other to comment before landing.

lib/CodeGen/MachineBlockPlacement.cpp
1206

I assume this is the next step.

This revision is now accepted and ready to land.Apr 28 2016, 9:06 PM
haicheng edited edge metadata.Apr 29 2016, 6:55 AM
haicheng added a subscriber: hfinkel.
haicheng marked an inline comment as done.Apr 29 2016, 1:27 PM
haicheng added inline comments.
lib/CodeGen/MachineBlockPlacement.cpp
1206

Thank you, Amaury. The fix is in D19741.

haicheng closed this revision.May 1 2016, 6:49 PM
haicheng marked an inline comment as done.

Committed in r268067. Thank you.