[PATCH] D115098: [NewPM] Fix MergeFunctions scheduling

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 4 06:58:04 PST 2021


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM, this looks like an oversight and is closer to the position in the legacy pass manager.

> It doesn't seem important to me that some of the function passes run after these late module passes.

Agreed, it seems unlikely that those passes would enable much further optimizations by the function passes that run after them in the legacy PM.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115098/new/

https://reviews.llvm.org/D115098



More information about the llvm-commits mailing list