This is an archive of the discontinued LLVM Phabricator instance.

[X86] Split information collection from actual transformation in call frame optimization (mov -> push)
ClosedPublic

Authored by mkuper on Feb 9 2015, 4:43 AM.

Details

Summary

This splits collecting information from actually performing the transformation, so that we can add a heuristic in between the two.
NFC.

Diff Detail

Repository
rL LLVM

Event Timeline

mkuper updated this revision to Diff 19573.Feb 9 2015, 4:43 AM
mkuper retitled this revision from to [X86] Split information collection from actual transformation in call frame optimization (mov -> push).
mkuper updated this object.
mkuper edited the test plan for this revision. (Show Details)
mkuper added a reviewer: rnk.
mkuper added a subscriber: Unknown Object (MLST).
rnk accepted this revision.Feb 9 2015, 1:03 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Feb 9 2015, 1:03 PM
This revision was automatically updated to reflect the committed changes.