Displaying 2 results from an estimated 2 matches for "bd015f5d".
2013 Jun 24
0
[LLVMdev] MI-Sched temporarily enabled on x86.
...ay to provide a flag to enable the whole
thing so that folks can help you test stuff in advance of making it the
default? (Yes, I'm volunteering. =D)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130624/bd015f5d/attachment.html>
2013 Jun 24
2
[LLVMdev] MI-Sched temporarily enabled on x86.
I'm briefly enabling the MachineScheduler pass for x86 tonight to collect information on any failures that may show up.
To properly enable the new scheduler, this hook is implemented in X86Subtarget:
bool enableMachineScheduler() const LLVM_OVERRIDE { return true; }
The MachineScheduler pass itself can be enabled/disabled with -enable-misched=true/false. But most of the codegen changes