[llvm-commits] Priority-Based Coloring Approach to Register Allocation

Bill Wendling wendling at apple.com
Wed Nov 15 17:03:04 PST 2006


Hi all,

This is meant for a code review and NOT for submission (just yet).  
This is my implementation of Chow & Hennesey's Priority-Based Coloring  
Approach to Register Allocation. It's still in the experimental stages  
(though it compiles the tests). I'd like people to look at it and let  
me know what you think. The patch included is needed for compilation.  
You'd place the "RegAllocGraphColoring.cpp" file in the llvm/lib/ 
CodeGen directory. You can use the graph coloring with the commandline:

	llc -regalloc=graphcoloring foo.bc

All comments are welcome!

-bw

-------------- next part --------------
A non-text attachment was scrubbed...
Name: RegAllocGraphColoring.cpp
Type: application/octet-stream
Size: 38966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20061115/f9dd6422/attachment.obj>
-------------- next part --------------

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ra-patch.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20061115/f9dd6422/attachment.txt>


More information about the llvm-commits mailing list