[LLVMdev] Enabling MI Scheduler on x86 (was Experimental Evaluation of the Schedulers in LLVM 3.3)

Tim Northover t.p.northover at gmail.com
Thu Sep 26 00:41:02 PDT 2013


On 26 September 2013 08:30, Ghassan Shobaki <ghassan_shobaki at yahoo.com> wrote:
> So, when the MI scheduler is enabled, will SD scheduling be totally disabled
> or the SD scheduler will be automatically set to do source scheduling?

The latter. The SD scheduler is where the DAG is converted into the
linear MachineInstr representation. Some kind of scheduling *has* to
happen.

Tim.



More information about the llvm-dev mailing list