This is an archive of the discontinued LLVM Phabricator instance.

Change the basic block weight calculation algorithm to use max instead of voting.
ClosedPublic

Authored by danielcdh on Sep 20 2016, 3:32 PM.

Details

Summary

Now that we have more precise debug info, we should change back to use maximum to get basic block weight.

Diff Detail

Event Timeline

danielcdh updated this revision to Diff 71992.Sep 20 2016, 3:32 PM
danielcdh retitled this revision from to Change the basic block weight calculation algorithm to use max instead of voting..
danielcdh updated this object.
danielcdh added a reviewer: dnovillo.
danielcdh added a subscriber: llvm-commits.
dnovillo accepted this revision.Sep 21 2016, 8:23 AM
dnovillo edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 21 2016, 8:23 AM
danielcdh closed this revision.Sep 21 2016, 9:35 AM