[llvm-dev] selective context sensitive pointer analysis

陈展 via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 5 13:48:48 PDT 2016


Hi,
We are working on a project that needs to selectively analyze some program elements in a context-sensitive way. For example, some IMPORTANT methods might be analyzed with deeper context while others not or even insensitively. Is there a way to control the context depth in LLVM?

Thanks
-Zhan


More information about the llvm-dev mailing list