[polly] a5e52ce - [Polly][docs] Fix itemize list for release notes.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 11:51:10 PDT 2021


Author: Michael Kruse
Date: 2021-10-14T13:50:18-05:00
New Revision: a5e52ce3f2aaa348064c08c13c9bdf3936d75a28

URL: https://github.com/llvm/llvm-project/commit/a5e52ce3f2aaa348064c08c13c9bdf3936d75a28
DIFF: https://github.com/llvm/llvm-project/commit/a5e52ce3f2aaa348064c08c13c9bdf3936d75a28.diff

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

Make the changes top-level items, instead of subitems of the
"Changes..." placeholder.

Added: 
    

Modified: 
    polly/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index 3d550e21d690a..15b108c51594f 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -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
   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 functionality is still accessible using
+- 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
 ```
     -polly-isl-arg=--no-schedule-serialize-sccs
 ```
 
- * 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.
+- 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.


        


More information about the llvm-commits mailing list