This is an archive of the discontinued LLVM Phabricator instance.

[Power10] Enable the heuristic for Power10 and switch the sched model with P9 Model
ClosedPublic

Authored by steven.zhang on Aug 31 2020, 3:07 AM.

Details

Summary

Enable the pre-ra and post-ra scheduler strategy for Power10 as we want to customize the heuristic later. And switch the scheduler model with P9 model before P10 Model is available. The NoSchedModel is modelled as in-order cpu and the pre-ra scheduler is not bi-directional which will have big impact on the scheduler.

Diff Detail

Event Timeline

steven.zhang created this revision.Aug 31 2020, 3:07 AM
steven.zhang requested review of this revision.Aug 31 2020, 3:07 AM

Gentle ping...

jsji accepted this revision as: jsji.Sep 9 2020, 7:06 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Sep 9 2020, 7:06 AM