[llvm-dev] Repeated application of optimization passes

Russell Wallace via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 6 03:58:22 PST 2015


Within the LLVM pass manager infrastructure, suppose we have two
transformation passes, pass A makes some improvements, then pass B does
likewise, but this creates opportunities for pass A to create further
improvements (e.g. suppose B was function inlining) so it's desirable to
run A again.

How does the LLVM pass manager currently deal with this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151106/b8f077a0/attachment.html>


More information about the llvm-dev mailing list