This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Turn on FP Load Balancing by Default for Cortex-A53
ClosedPublic

Authored by zzheng on Oct 27 2014, 4:36 PM.

Details

Summary

We havd found that the FP Load Balancing pass designed for Cortex-A57 does not hurt Cortex-A53 performance. It would be helpful in the scenario where "-mcpu=cortex-a53" is used for Cortex-A57 hardware.

Will make this pass and it's test case target agnostic in the next patch.

Diff Detail

Event Timeline

zzheng updated this revision to Diff 15507.Oct 27 2014, 4:36 PM
zzheng retitled this revision from to [AArch64] Turn on FP Load Balancing by Default for Cortex-A53.
zzheng updated this object.
zzheng edited the test plan for this revision. (Show Details)
zzheng added reviewers: apazos, mcrosier, t.p.northover.
zzheng added a subscriber: Unknown Object (MLST).
t.p.northover edited edge metadata.Oct 27 2014, 5:50 PM

This seems obvious enough, as you've done the testing for it. Go ahead.

Tim.

Not a committer yet... Can someone do me the favor?

Thanks a lot.

mcrosier accepted this revision.Oct 31 2014, 8:00 AM
mcrosier edited edge metadata.

Committed in r220744.

This revision is now accepted and ready to land.Oct 31 2014, 8:00 AM
mcrosier closed this revision.Oct 31 2014, 8:01 AM