Hi.<br>Im currently investigating LLVM's implementation of PBQP as a part of a bachelors thesis im doing on register allocation for regular architectures.<br>In particullar, im looking at the possibility for improving the spill rate of PBQP for a particular DSP architecture, by using register pairing.<br>
<br>From reading the source code of lib/CodeGen/RegAllocPBQP.cpp  i conclude that support for register paring is not yet implemented (correct me if im wrong here).<br>However this feature was mentioned as a future goal in a slide i found  <a href="http://llvm.org/devmtg/2009-10/RegisterAllocationFutureWorks.pdf" target="_blank">(http://llvm.org/devmtg/2009-10/RegisterAllocationFutureWorks.pdf</a>).<br>
<br>So im just wondering what the status on this is.<br>Would be interesting from the dev-teams perspective, to get this implemented?<br>Anny ideas on what would be the best way to do that, in case someone (like me) would be interested in doing that?<br>
<br>
Best Regards<br>Jakob Stengård.