[LLVMdev] llvm interprocedural analysis and optimization

Chuck Zhao czhao at eecg.toronto.edu
Sun Feb 12 07:36:48 PST 2012


There is/are implicit dependency for the optimization on its analysis.
So, if you run the optimization, the analysis will be turned on 
implicitly, through the PassManager.

Chuck

On 2/12/2012 10:10 AM, Xin Tong wrote:
> If I turn on one of the llvm interprocedural optimizations without
> turning on the analysis it uses. will the analysis be turned on
> automatically ?
>
> Thanks
>
> Xin
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list