[PATCH] D67258: Out-of-tree machine IR passes
Adrien Guinet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 01:49:21 PST 2019
aguinet marked an inline comment as not done.
aguinet added inline comments.
================
Comment at: lib/CodeGen/TargetPassConfig.cpp:229
+}
+
+
----------------
aguinet wrote:
> serge-sans-paille wrote:
> > This code is very similar to the legacy pass manager machinery, which is very different from the new PM one.
> >
> > Adding the feature here totally makes sense to me, but I'm unsure if the MIR passes management is going to be reworked just like IR passes was, @chandlerc ?
> That's a good question :)
@chandlerc any insights of what will happen with the MIR passes management? Does this patch conflict with any current refactoring on the subject?
Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67258/new/
https://reviews.llvm.org/D67258
More information about the llvm-commits
mailing list