This is an archive of the discontinued LLVM Phabricator instance.

BranchRelaxation: Account for function alignment
ClosedPublic

Authored by arsenm on Oct 2 2016, 10:53 PM.

Details

Reviewers
hfinkel

Diff Detail

Event Timeline

arsenm updated this revision to Diff 73234.Oct 2 2016, 10:53 PM
arsenm retitled this revision from to BranchRelaxation: Account for function alignment.
arsenm updated this object.
arsenm added a reviewer: hfinkel.
arsenm added a subscriber: llvm-commits.
hfinkel accepted this revision.Oct 3 2016, 5:22 AM
hfinkel edited edge metadata.

You need to update the comment, but otherwise this LGTM.

lib/CodeGen/BranchRelaxation.cpp
51

Please update the comment to say that it takes the MBB of the following block.

This revision is now accepted and ready to land.Oct 3 2016, 5:22 AM
arsenm closed this revision.Oct 6 2016, 9:12 AM

r283462