Nisal Menuka via llvm-dev
2017-Jun-20 18:10 UTC
[llvm-dev] How Register allocator called in LLVM
Hi, I want to understand how register allocation is performed on LLVM. For a program, how often the register allocator is called? Does it divide the code in to different sections and call the register allocator? Also can someone point me to the code where register allocator is called in the compilation process. Thanks Nisal
Ryan Taylor via llvm-dev
2017-Jun-21 16:08 UTC
[llvm-dev] How Register allocator called in LLVM
http://llvm.org/docs/CodeGenerator.html On Tue, Jun 20, 2017 at 2:10 PM, Nisal Menuka via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > I want to understand how register allocation is performed on LLVM. For > a program, how often the register allocator is called? Does it divide > the code in to different sections and call the register allocator? > > Also can someone point me to the code where register allocator is > called in the compilation process. > > Thanks > > Nisal > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170621/4ee4060f/attachment.html>