[PATCH] D61446: Generalize the pass registration mechanism used by Polly to any third-party tool
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 04:23:56 PDT 2019
philip.pfaffe added a comment.
Unfortunately this will stop working as soon as we switch on the new pass manager. With that, there is no canonical initialize*Passes that you can call. Do you have a plan to support the new pass manager as well?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61446/new/
https://reviews.llvm.org/D61446
More information about the llvm-commits
mailing list