summaryrefslogtreecommitdiffstats
path: root/polly/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'polly/docs/ReleaseNotes.rst')
-rw-r--r--polly/docs/ReleaseNotes.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index d10058b8c702..bf6f7b9277d3 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -10,20 +10,3 @@ In Polly |version| the following important changes have been incorporated.
These release notes are for the next release of Polly and describe
the new features that have recently been committed to our development
branch.
-
-- 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
-
- .. code-block:: console
-
- -polly-isl-arg=--no-schedule-serialize-sccs
-
-- The command line option -polly-loopfusion-greedy has been added.
- This will aggressively try to fuse any loop regardless of
- profitability. The is what users might have expected what
- -polly-opt-fusion=max would do.
-
-- Support for gfortran-generated code has been removed. This includes
- Fortran Array Descriptors (-polly-detect-fortran-arrays) and the
- -polly-rewrite-byref-params pass.