Skip to content
  • Andrew Trick's avatar
    misched: Allow subtargets to enable misched and dependent options. · 108c88c5
    Andrew Trick authored
    This allows me to begin enabling (or backing out) misched by default
    for one subtarget at a time. To run misched we typically want to:
    - Disable SelectionDAG scheduling (use the source order scheduler)
    - Enable more aggressive coalescing (until we decide to always run the coalescer this way)
    - Enable MachineScheduler pass itself.
    
    Disabling PostRA sched may follow for some subtargets.
    
    llvm-svn: 167826
    108c88c5
Loading