[PATCH] D28336: Replace addEarlyAsPossiblePasses callback with adjustPassManager
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 17:49:08 PST 2017
rampitec added a comment.
In https://reviews.llvm.org/D28336#636303, @jlebar wrote:
> Note that it still doesn't quite get you module-level early-as-possible passes, because you have to use the EarlyModule extension point. But at least we don't have to add a new interface to the TM to let it muck with that extension point...
Yes, I can bear with it. I think if we really need a module pass working earlier, that would mean creating a new extension point. This seems to be more orthogonal.
Repository:
rL LLVM
https://reviews.llvm.org/D28336
More information about the llvm-commits
mailing list