[LLVMdev] Scheduling a custom pass to run after AlwaysInliner

Dmitry Cherkassov dcherkassov at gmail.com
Fri Mar 15 08:38:52 PDT 2013


Hi.

I want to schedule my custom pass to run after all inlining is done,
specifically i want to go after AlwaysInliner pass.

But that doesn't seem to work
"AU.addRequired<AlwaysInliner>();", where AU is an object AnalysisUsage

AlwaysInliner seems to be in anonymous namespace in cpp file, so i can't
reference it.

Is there a simple way to do that?

-- 
With best regards,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130315/c1d57cb9/attachment.html>


More information about the llvm-dev mailing list