[LLVMdev] Re: Adding register allocator to LLVM

Anton Vayvod avayvod at gmail.com
Thu Aug 3 02:06:28 PDT 2006


On 8/3/06, Anton Vayvod <avayvod at gmail.com> wrote:
>
>  Hi!
>
> I'm developing a register allocator and need it to be available as an
> option for llc tool. I used to edit /lib/CodeGen/Passes.cpp for this aim but
> after yesterday's update these options are defined somewhere else and I
> can't find the place.
>
> Thanks for your help.
>
> Tony.
>

Hi again!

I've found the place I needed looking carefully at regAllocLinearScan.cppfile

Thanks.

Tony.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060803/abdfcd45/attachment.html>


More information about the llvm-dev mailing list