[LLVMdev] enable globalsmodref-aa by default

Xin Tong trent.xin.tong at gmail.com
Mon Jul 13 10:21:53 PDT 2015


Hello


I am trying to enable globalsmodref-aa by default. globalmodref-aa is a
ModulePass and therefore can be invalidated and need to be rerun.


I see globalsmodref-aa is enabled in LTO passmanager by adding the analysis
pass explicitly. I wonder whether globalsmodref-aa can be enabled/run based
on pass dependencies, i.e. those indicated in getAnalysisUsage().

Thanks,
Xin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150713/25210cd1/attachment.html>


More information about the llvm-dev mailing list