2019-07-18 19:51:05 +08:00
|
|
|
=============================
|
2021-07-28 12:51:07 +08:00
|
|
|
Release Notes 14.0 (upcoming)
|
2019-07-18 19:51:05 +08:00
|
|
|
=============================
|
2016-02-04 16:10:29 +08:00
|
|
|
|
2021-07-28 12:51:07 +08:00
|
|
|
In Polly 14 the following important changes have been incorporated.
|
2016-02-04 16:10:29 +08:00
|
|
|
|
2016-03-25 22:22:53 +08:00
|
|
|
.. warning::
|
|
|
|
|
2021-04-28 11:24:03 +08:00
|
|
|
These release notes are for the next release of Polly and describe
|
2016-03-25 22:22:53 +08:00
|
|
|
the new features that have recently been committed to our development
|
|
|
|
branch.
|
|
|
|
|
2021-10-15 02:47:12 +08:00
|
|
|
- The command line option -polly-opt-fusion has been removed. What the
|
|
|
|
flag does was frequently misunderstood and is rarely useful. However,
|
|
|
|
the functionality is still accessible using
|
2021-10-16 10:11:23 +08:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2021-10-09 08:49:40 +08:00
|
|
|
-polly-isl-arg=--no-schedule-serialize-sccs
|
|
|
|
|
2021-10-15 02:47:12 +08:00
|
|
|
- The command line option -polly-loopfusion-greedy has been added.
|
|
|
|
This will agressively try to fuse any loop regardless of
|
|
|
|
profitability. The is what users might have expected what
|
|
|
|
-polly-opt-fusion=max would do.
|
2021-10-15 03:06:20 +08:00
|
|
|
|
|
|
|
- Support for gfortran-generated code has been removed. This includes
|
|
|
|
Fortran Array Descriptors (-polly-detect-fortran-arrays) and the
|
|
|
|
-polly-rewrite-byref-params pass.
|