llvm-capstone/polly/docs/ReleaseNotes.rst
Michael Kruse 4dded1a7cb [Polly] Add -polly-isl-arg command line option.
The option is passed as argv to ISL's command line option parser.

Polly's own own command line options take precedence over options passed
as `-polly-isl-arg`. For instance,
`-polly-isl-arg=--schedule-outer-coincidence` will be ignored in favor
of `-polly-opt-outer-coincidence`.

Reviewed By: grosser

Differential Revision: https://reviews.llvm.org/D77303
2020-04-06 08:56:57 -05:00

19 lines
554 B
ReStructuredText

=============================
Release Notes 11.0 (upcoming)
=============================
In Polly 11 the following important changes have been incorporated.
.. warning::
These releaes notes are for the next release of Polly and describe
the new features that have recently been committed to our development
branch.
- Change ...
* The LLVM option -polly-isl-arg was added to pass options to ISL's
command line option parser. For instance,
-polly-isl-arg=--schedule-algorithm=feautrier switches to the
Feautrier scheduling algorithm.