diff --git a/polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst b/polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst --- a/polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst +++ b/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 diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst --- a/polly/docs/ReleaseNotes.rst +++ b/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