Hi.<br><br>I want to schedule my custom pass to run after all inlining is done, specifically i want to go after AlwaysInliner pass.<br><br>But that doesn't seem to work<br>"AU.addRequired<AlwaysInliner>();", where AU is an object AnalysisUsage<br>
<br>AlwaysInliner seems to be in anonymous namespace in cpp file, so i can't reference it.<br><br>Is there a simple way to do that?<br><br>-- <br>With best regards,<br>Dmitry<br>