Bin.Cheng wrote:
> Is the interface between isl/gcc stable enough? If it's not, the work
> "compatible" is definitely confusing for users who don't know isl like
> me. If it is stable, it won't be a problem.
The required version of ISL is documented in GCC's doc/install.texi:
----
@item ISL Library version 0.12.2
Necessary to build GCC with the Graphite loop optimizations.
It can be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/}
as @file{isl-0.12.2.tar.bz2}.
----
The required version of ISL will most likely evolve with time, and will be
updated whenever new ISL functionality will be needed in graphite.
Sebastian