[LLVMdev] PassManager again...

Anton Korobeynikov anton at korobeynikov.info
Fri Nov 20 07:30:08 PST 2009


Hello, Andreas

> When I use AU.addRequiredID(ProfileLoaderPassID) I get assertions that a
> normal constructor is not available. Interesting enough its not the
> ProfileInfoLoader constructor thats misssing but the one from
> MachineFunctionAnalysis, which indeed has none.
Right. You cannot schedule any pass IR-level pass after
MachineFunctionAnalysis. I have no idea whether this is intentional or
not.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list