[PATCH] D120491: [NewPM] Add extension points to LTO pipeline in PassBuilder

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 10:50:51 PST 2022


aeubanks added a comment.

do you need me to push this for you?

In D120491#3346048 <https://reviews.llvm.org/D120491#3346048>, @EliaGeretto wrote:

> Also, looking at the correction you made in `NewPMDriver.cpp`, I have noticed that the same issue is present for the `OptimizerLast` extension point as well. It accepts module passes, but it is tested with a function pass.

ah I can fix that separately


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

https://reviews.llvm.org/D120491



More information about the llvm-commits mailing list