[PATCH] D88138: [NPM] Add target specific hook to add passes for New Pass Manager
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 12:13:03 PDT 2020
kparzysz added a comment.
In D88138#2294257 <https://reviews.llvm.org/D88138#2294257>, @aeubanks wrote:
> I think I'm still missing how exactly this will fit into the pipeline. As in where is `registerPassBuilderCallbacks()` going to be called?
Perhaps `EmitAssemblyHelper::EmitAssemblyWithNewPassManager` in BackendUtil.cpp. `PassBuilder` actually has `TM` as a member, so maybe from somewhere inside of `PassBuilder` itself, but I'm not sure whether that's the right thing to do.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88138/new/
https://reviews.llvm.org/D88138
More information about the llvm-commits
mailing list