search for: schedpreferenceinfo

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

2015 Sep 10
2
Deprecate and remove old SelectionDAG scheduler
...e 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 remove that option too. c) Change the default for SchedPreferenceInfo in TargetLoweringBase.cpp to Sched::Source. If everyone also uses enableMachineScheduler() -> true and enableMachineSchedDefaultSched() -> true, this has no effect of course. But just to be clear what the future is, I'd suggest to change it too. :) After this step, out-of-tree targets c...