[LLVMdev] Graph Coloring Regalloc

Lang Hames lhames at gmail.com
Wed Apr 4 17:48:58 PDT 2007


Hi David,

I'm currently working on an implementation of the
Smith/Ramsey/Holloway algorithm for LLVM 1.9, to use for comparison
with a PBQP based allocator I'm also writing.

The allocator is almost complete, however it's a little messy (since
it was only for personal use) and only supports X86 at the moment. It
might me handy as a reference for you though.

Let me know if you want a copy of the code.

Cheers,
Lang.



More information about the llvm-dev mailing list