[PATCH] D111921: [Polly][docs] This ist a test patch.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 15 18:47:48 PDT 2021


Meinersbur created this revision.
Meinersbur added reviewers: Meinersbur, InnovativeInventor, varshitakolipaka, raulington.
Meinersbur added a project: Polly.
Herald added a reviewer: bollu.
Meinersbur requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Please ignore, just to show Phabricator.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111921

Files:
  polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst
  polly/docs/ReleaseNotes.rst


Index: polly/docs/ReleaseNotes.rst
===================================================================
--- polly/docs/ReleaseNotes.rst
+++ polly/docs/ReleaseNotes.rst
@@ -13,9 +13,7 @@
 - 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
Index: polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst
===================================================================
--- polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst
+++ polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst
@@ -7,6 +7,10 @@
 
 .. sectionauthor:: Singapuram Sanjay Srivallabh
 
+Added some text
+
+More changes!!!
+
 This example presents the individual passes that are involved when optimizing
 code with Polly. We show how to execute them individually and explain for
 each which analysis is performed or what transformation is applied. In this


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111921.380132.patch
Type: text/x-patch
Size: 1164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211016/c2ee10b6/attachment.bin>


More information about the llvm-commits mailing list