[llvm-dev] Creating an instance of new pass manager in tool

Ejjeh, Adel via llvm-dev llvm-dev at lists.llvm.org
Thu Dec 3 09:21:29 PST 2020


Hello

I am writing a tool within an external project, and I need to use an instance of the new pass manager to invoke LLVM analyses. It used to be possible to create an initialized instance of the legacy::FunctionPassManager by providing the Module to the constructor. I was unable to find a corresponding way to initialize an instance of the new FunctionAnalysisManager. When I tried to construct an instance of FunctionAnalysisManager and use it, none of the passes were registered and I found myself having to register every single LLVM pass, even if it is not directly invoked by my tool (which is not feasible). What is the correct way to do this?

Thanks
-Adel Ejjeh
--
Adel Ejjeh
PhD Candidate | Computer Science
University of Illinois at Urbana Champaign
Email: aejjeh at illinois.edu<mailto:aejjeh at illinois.edu> | adel.ejjeh at gmail.com<mailto:adel.ejjeh at gmail.com>
Zoom: https://illinois.zoom.us/my/aejjeh

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201203/a4dd7328/attachment.html>


More information about the llvm-dev mailing list