[LLVMdev] Pass Scheduling Information without using opt

Ralf Karrenberg Ralf.Karrenberg at gmx.de
Sun Jul 26 11:51:25 PDT 2009


Hello everybody,

is it somehow possible to get information about what passes were run in 
what order  or timing analysis of passes *without* using opt?
I am implementing a ModulePass that at some point creates a 
FunctionPassManager which runs several passes, but I cannot figure a way 
to output the same information as when running a command line tool as 
described in "Writing an LLVM Pass".

Regards,
Ralf



More information about the llvm-dev mailing list