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

Elia Geretto via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 10:47:33 PST 2022


EliaGeretto added a comment.

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.


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

https://reviews.llvm.org/D120491



More information about the llvm-commits mailing list