From: Tobias Grosser Date: Fri, 31 May 2013 18:04:56 +0000 (+0000) Subject: Update isl to include isl_val changes X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26d1050da30b8f6b0429c93af236e3e20014188f;p=platform%2Fupstream%2Fllvm.git Update isl to include isl_val changes The latest version of isl includes a new data type isl_val, which properly hides the multi precision math library used by isl. In Polly we would like to replace all uses of isl_int with the corresponding isl_val interfaces. This will allow us to switch the multi precision math library in isl. This is especially interesting for people who would like to replace libgmp with a non-gpl licensed library (e.g. imath). llvm-svn: 183026 --- diff --git a/polly/utils/checkout_cloog.sh b/polly/utils/checkout_cloog.sh index 0e166a6..4fbefb8 100755 --- a/polly/utils/checkout_cloog.sh +++ b/polly/utils/checkout_cloog.sh @@ -1,7 +1,7 @@ #!/bin/sh CLOOG_HASH="c7721fc941db89dd1afc6240eaceea46d0bcad17" -ISL_HASH="9f82ab3cd18ac34f883c30594111e4eb17426e11" +ISL_HASH="1df91d8515ec88dc7f7f597168ad0f34f26de5a7" PWD=`pwd`