[llvm-dev] Is there plan to add a register allocator based on Graph Coloring?

Quentin Colombet via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 28 13:25:22 PST 2016


Hi,

There is a graph coloring based allocator in LLVM; the PBQP allocator.

Cheers,
-Quentin
> On Nov 28, 2016, at 1:59 AM, ? ?? via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi, everyone.
> I am a fresh man in the field of compiler.
> 
> I find the implementation of the register allocator based on graph coloring in LLVM 1.0.
> However, it is removed in the current release, maybe 3.9 or 3.9.1, i am not absolutely sure.
> So is there a plan to add it back in the future version?
> 
> School of Computer science, HuaZhong university of science & technology, China.
> Xlous.zeng
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161128/53f5d64e/attachment-0001.html>


More information about the llvm-dev mailing list