[polly] r297519 - [isl++] Drop warning about experimental status
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 10 14:10:15 PST 2017
Author: grosser
Date: Fri Mar 10 16:10:15 2017
New Revision: 297519
URL: http://llvm.org/viewvc/llvm-project?rev=297519&view=rev
Log:
[isl++] Drop warning about experimental status
As most discussions about these bindings have concluded and only the final
patch review on the isl mailing list is missing, we drop the experimental
warning tag to match the patchset we will submit to isl, which is expected to
not change notably any more.
Modified:
polly/trunk/lib/External/isl/include/isl-noexceptions.h
Modified: polly/trunk/lib/External/isl/include/isl-noexceptions.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/External/isl/include/isl-noexceptions.h?rev=297519&r1=297518&r2=297519&view=diff
==============================================================================
--- polly/trunk/lib/External/isl/include/isl-noexceptions.h (original)
+++ polly/trunk/lib/External/isl/include/isl-noexceptions.h Fri Mar 10 16:10:15 2017
@@ -5,14 +5,6 @@
/// Presburger formula. On top of this, isl provides various tools for
/// Polyhedral compilation ranging from dependence analysis over scheduling
/// to AST generation.
-///
-///
-/// WARNING: Even though these bindings have been throughly tested and the
-/// design has been reviewed by various members of the isl community,
-/// we do not yet provide any stability guarantees for this interface.
-/// We do not expect any larger changes to the interface, but want to
-/// reserve the freedom to improve the bindings based on insights that
-/// only become visible after shipping these bindings with isl itself.
#ifndef ISL_CPP_NOEXCEPTIONS
#define ISL_CPP_NOEXCEPTIONS
More information about the llvm-commits
mailing list