Skip to content
  • Evan Cheng's avatar
    Add an ILP scheduler. This is a register pressure aware scheduler that's · 37b740c4
    Evan Cheng authored
    appropriate for targets without detailed instruction iterineries.
    The scheduler schedules for increased instruction level parallelism in
    low register pressure situation; it schedules to reduce register pressure
    when the register pressure becomes high.
    
    On x86_64, this is a win for all tests in CFP2000. It also sped up 256.bzip2
    by 16%.
    
    llvm-svn: 109300
    37b740c4
Loading