[PATCH] D18804: Provide loop info to inliner

Aditya Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 08:26:04 PDT 2016


hiraditya added a comment.

In http://reviews.llvm.org/D18804#394165, @chandlerc wrote:

> This or other variations have been proposed before.
>
> The real solution here is a design that makes analyses generally available to the inliner, not just a one-off for LoopInfo (or some other analysis). I've been working on redesigning the pass manager with this in mind. I would suggest helping out on various parts of that effort rather than hacking the loop info in here. For example, help porting passes is always welcome, and there are many passes that need to be ported.


Sure, I would be glad to help. It will be helpful if you could point to a pass which has been ported already so that I can get some ideas from there.

Thanks,


Repository:
  rL LLVM

http://reviews.llvm.org/D18804





More information about the llvm-commits mailing list