[LLVMdev] How to construct a new register allocation algorithm

蜡笔小新 841224078 at qq.com
Wed May 21 18:37:33 PDT 2014


There are three main register allocation strategies in the backend of LLVM. If I want to design and implement a new algorithm, how can I add it to LLVM and call it from llc just as the three options like 
llc -regalloc=fast file.bc -o fa.sllc -regalloc=new file.bc -o new.s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140522/b80987c6/attachment.html>


More information about the llvm-dev mailing list