[PATCH] D136621: [polly] Remove legacy pass manager hooks

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 15:37:13 PDT 2022


Meinersbur added a comment.

MaximalStaticExpansion expansion was actually already ported to the NPM in D125870 <https://reviews.llvm.org/D125870>. I made the NPM pass builder use it in rGb150d34c47ef <https://reviews.llvm.org/rGb150d34c47efbd8fa09604bce805c0920360f8d7>.

That is, only the flags `-polly-target` and `-polly-enable-polyhedralinfo` remain to have no function without the legacy pass manager (other than throwing a fatal error) and should be removed with this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136621/new/

https://reviews.llvm.org/D136621



More information about the llvm-commits mailing list