diff options
Diffstat (limited to 'polly/www/example_load_Polly_into_clang.html')
| -rw-r--r-- | polly/www/example_load_Polly_into_clang.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/www/example_load_Polly_into_clang.html b/polly/www/example_load_Polly_into_clang.html index eb254421c1b..780c223a994 100644 --- a/polly/www/example_load_Polly_into_clang.html +++ b/polly/www/example_load_Polly_into_clang.html @@ -62,6 +62,12 @@ function a dot file that highlights the detected SCoPs. If 'only' is appended at the end of the option, the basic blocks are shown without the statements the contain. +<h3>Disable the polyhedral optimizer</h3> + +Polly automatically runs a polyhedral optimizer to optimize the schedules. To +disable it add the option '-polly-no-optimizer'. + + </div> </body> </html> |

