[Polly][docs] Fix itemize list for release notes.

Make the changes top-level items, instead of subitems of the
"Changes..." placeholder.
This commit is contained in:
Michael Kruse 2021-10-14 13:47:12 -05:00
parent b9941de0bf
commit a5e52ce3f2

View File

@ -10,16 +10,14 @@ In Polly 14 the following important changes have been incorporated.
the new features that have recently been committed to our development the new features that have recently been committed to our development
branch. branch.
- Change ... - The command line option -polly-opt-fusion has been removed. What the
flag does was frequently misunderstood and is rarely useful. However,
* The command line option -polly-opt-fusion has been removed. What the the functionality is still accessible using
flag does was frequently misunderstood and is rarely useful. However,
the functionality is still accessible using
``` ```
-polly-isl-arg=--no-schedule-serialize-sccs -polly-isl-arg=--no-schedule-serialize-sccs
``` ```
* The command line option -polly-loopfusion-greedy has been added. - The command line option -polly-loopfusion-greedy has been added.
This will agressively try to fuse any loop regardless of This will agressively try to fuse any loop regardless of
profitability. The is what users might have expected what profitability. The is what users might have expected what
-polly-opt-fusion=max would do. -polly-opt-fusion=max would do.