[LLVMdev] New Register allocation algorithm

kavitha madhu kavitha.madhu27 at gmail.com
Tue Apr 30 00:11:52 PDT 2013


Hi,
I wanted to write a new register allocation algorithm. I wrote it the same
way RegAllocFast has been written and registered it. I added it to
ForceCodegenLinking struct as well. But after build, it is not listed in
llc --help. I tried to change the registered name of greedy algorithm to
something else and that doesnt seem to be reflecting in llc help either.

 Am i supposed to build llvm completely again? Or am i missing something?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130430/326326b5/attachment.html>


More information about the llvm-dev mailing list