[LLVMdev] How to use a FunctionPass in a ModulePass?

Devang Patel devang.patel at gmail.com
Mon Aug 10 23:07:59 PDT 2009


On Mon, Aug 10, 2009 at 6:48 PM, gauss<gausszhch at gmail.com> wrote:
>
> Hi, Devang. Thank you for your reply.
>
> But in my case, my ModulePass requires another FunctionPass (e.g.
> MemoryDependenceAnalysis) rather than the opposite direction. Is it also
> limited?

Yes, this limitation applies when a ModulePass requires a FunctionPass.
-
Devang



More information about the llvm-dev mailing list