<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><span id="result_box" class="" lang="en"><span class="">One of the great</span> <span class="">difficulties</span> <span class="">he was seeing</span> <span class="">was to work</span> <span class="">with</span> <span class="">the </span><span class="">interference</span><span> graph, as</span> <span class="">needed</span> <span class="">to implement it</span><span>,</span> <span class="">I will study</span> <span class="">carefully</span> <span class="">the</span> <span class="">LiveRegMatrix</span> <span class="">class.</span><br><br> <span class="">Also</span> <span class="">will study</span> <span class="">the code</span> <span class="">PBQP</span> <span class="">allocator</span><span>, since it is</span> <span class="">also</span> <span class="">based on</span> <span class="">graph coloring</span> <span class="">heuristics</span><span>.</span><br><br> <span class="">Thank you for</span> <span class="">guidance</span> <span class="">and help.</span></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-20 19:43 GMT-03:00 Quentin Colombet <span dir="ltr"><<a href="mailto:qcolombet@apple.com" target="_blank">qcolombet@apple.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><span class=""><blockquote type="cite"><div>On May 20, 2015, at 3:12 PM, Matthias Braun <<a href="mailto:mbraun@apple.com" target="_blank">mbraun@apple.com</a>> wrote:</div><br><div><div style="word-wrap:break-word"><div>If you want to stay within the bounds of the existing register allocation architecture in llvm you should subclass from RegAllocBase and work from there. It basically has a LiveInterval structure (what you would find a linear scan allocator that allows holes in the liverange) for each virtual register, they are all put into a worklist and you pop them one by one and color, split and spill them. RegAllocBasic is about the simplest implementation of that you should read that code for understanding the concepts.</div><div>As for graph coloring, there is no code that builds interference graphs in llvm (interferences are checked on demand with the LiveRegMatrix instead). I'm not aware of any documentation outside the code (and maybe a few mailing list posts).</div></div></div></blockquote><div><br></div></span><div>We have the PBQP register allocator in LLVM that does graph coloring.</div><span class=""><div><br></div><div>Q.</div><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><br></div><div>- Matthias</div><br><div><blockquote type="cite"><div>On May 20, 2015, at 2:18 PM, Natanael Ramos <<a href="mailto:naelr8@gmail.com" target="_blank">naelr8@gmail.com</a>> wrote:</div><br><div><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I'm working on my project for completion undergraduate courses, consisting of an experimental analysis of registers allocation algorithms. For this task, I am using the set of tools from the LLVM project.<br><br>However, I have read the documentation of the LLVM project and not yet found a way to put the pieces of the puzzle together. So far I know:<br><br><ul><li>As passes work as engage them to LLVM and know I must implement MachineFunctionPass pass.</li></ul><br><ul><li>I follow some suggestions to look at the Basic Allocator code, but could not understand much.</li></ul><br>The allocator I intend to implement is based on graph coloring heuristics, as the theory of operation of such methods I’m well aware.<br><br>So I look for is some sort of "How to", a defined set of steps to implement such allocator. It sounds like carelessness, but I have to deliver the work in about six months and I'm a little confused.<br><br>If anyone can give me some guidance or reference to any supporting material (besides the own documentation), I would be grateful.<br><br>My English may be a little wrong, I am a Brazilian student.<br><br clear="all"></div><br>-- <br><div>Natanael Ramos <br>Membro do corpo discente de Ciência da Computação pelo Instituto Federal de <br>Minas Gerais - Campus Formiga<br><br></div>
</div>
_______________________________________________<br>LLVM Developers mailing list<br><a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu/" target="_blank">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></div></blockquote></div><br></div>_______________________________________________<br>LLVM Developers mailing list<br><a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></div></blockquote></span></div><br></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Natanael Ramos <br>Membro do corpo discente de Ciência da Computação pelo Instituto Federal de <br>Minas Gerais - Campus Formiga<br><br></div>
</div>