mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 04:29:42 +00:00
4dded1a7cb
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
19 lines
554 B
ReStructuredText
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.
|