search for: enablemachinescheddefaultsch

Displaying 1 result from an estimated 1 matches for "enablemachinescheddefaultsch".

2015 Sep 10
2
Deprecate and remove old SelectionDAG scheduler
...to avoid doing machine scheduling both pre-RA and post-RA, and the fact that it also causes the old selectiondag scheduler to get used is an unintended consequence? (And thus, would actually want enableMachineScheduler() -> false, but with Sched::Source as the selectiondag scheduler?) b) Change enableMachineSchedDefaultSched() -> true. Only Hexagon sets that to false currently, with a FIXME near it saying it probably shouldn't. But, that is actually irrelevant, normally, since it uses Sched::Source as its scheduler in any case -- unless an option "-enable-hexagon-sdnode-sched" is passed. I'd rem...