[LLVMdev] CallGraph in immutable pass

Chandler Carruth chandlerc at google.com
Wed Jul 3 09:18:27 PDT 2013


Your understanding is correct -- this is impossible. What are you really
trying to do?
On Jul 3, 2013 9:15 AM, "Robert Baručák" <xbaruc00 at stud.fit.vutbr.cz> wrote:

> Hello,
> is there any way I can access CallGraph from immutable pass via
> getAnalysis?
> As I understand it, this may not be possible, because immutable pass don't
> have runOn method and is never actually planned. But I'm not 100% sure how
> this works, so I don't know if there is some other way.
> Thanks,
> Robert Barucak
> ______________________________**_________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130703/9a8c1685/attachment.html>


More information about the llvm-dev mailing list