LLVM instruction scheduler

LLVM Dev,

  I'm interested in evaluating heuristics for a post-register allocation instruction scheduler in LLVM for X86, based on the list scheduling algorithm. Could you please help point me in the right direction of how and where I could get started?

Thank you.

Panchalam Ramanujan

Hi,

Post-reg allocation instruction scheduler doesn't exist yet. We'd be very happy to help to get started if you are interested in implementing one. Is that what you are contemplating?

Thanks,

Evan