[PATCH] D35458: [Polly][PM][WIP] Polly pass registration

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 16 14:34:43 PDT 2017


philip.pfaffe added a comment.

The Early and Late mechanisms aren't available. If we really (like, _really_) want to use them, I can submit another patch to the PassBuilder to add an equivalent mechanism back. The idea is having another callback that gets to wrap the entire pipeline. That's just one callback, but it's a lot more powerful than the EPs. In my eyes the urgency of this depends on the status of BeforeVectorizer usability.


Repository:
  rL LLVM

https://reviews.llvm.org/D35458





More information about the llvm-commits mailing list