This is an archive of the discontinued LLVM Phabricator instance.

Cold callee heuristic should not override hot callsite heuristic in inliner.
AbandonedPublic

Authored by danielcdh on Oct 12 2016, 11:03 AM.

Details

Reviewers
eraman
Summary

This patch checks if hot callsite heuristic is applied. If yes, then cold caller heuristic should be backed out.

Event Timeline

danielcdh updated this revision to Diff 74404.Oct 12 2016, 11:03 AM
danielcdh retitled this revision from to Cold callee heuristic should not override hot callsite heuristic in inliner..
danielcdh updated this object.
danielcdh added a reviewer: eraman.
danielcdh added a subscriber: llvm-commits.
danielcdh abandoned this revision.Dec 1 2016, 4:02 PM

This change should not be necessary.