Files
llvm/polly/docs/ReleaseNotes.rst
Michael Kruse f12ad95991 [Polly] Remove ScopPass infrastructure (#125783)
PR #125442 replaces the pass-based Polly architecture with a monolithic
pass consisting of phases. Reasons listed in
https://github.com/llvm/llvm-project/pull/125442.

With this change, the SCoP-passes became redundant problematic versions
of the same functionality and are removed.
2025-11-16 14:12:52 +00:00

22 lines
642 B
ReStructuredText

===========================================
Release Notes |release| |ReleaseNotesTitle|
===========================================
In Polly |version| the following important changes have been incorporated.
.. only:: PreRelease
.. warning::
These release notes are for the next release of Polly and describe
the new features that have recently been committed to our development
branch.
* ScopInliner has been updated for the New Pass Manager.
* Polly now is a monolithic pass split into phases.
* Polly's support for the legacy pass manager has been removed.
* The infrastructure around ScopPasses has been removed.