mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
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.
22 lines
642 B
ReStructuredText
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.
|
|
|