summaryrefslogtreecommitdiffstats
path: root/polly/utils
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-06-21 06:41:31 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-06-21 06:41:31 +0000
commitedab1359a0ad2141f797bc6a1039cc4dc1dd8829 (patch)
tree7bd10390fd315b4551c20f8f185fe6ca1c518980 /polly/utils
parent4773a10cfbaefad4166edb836dcf29946e82e5e8 (diff)
downloadbcm5719-llvm-edab1359a0ad2141f797bc6a1039cc4dc1dd8829.tar.gz
bcm5719-llvm-edab1359a0ad2141f797bc6a1039cc4dc1dd8829.zip
Use isl_val instead of isl_int in the core of Polly
isl recently introduced isl_val as an abstract interface to represent arbitrary precision numbers. This interface superseeds the old isl_int interface. In contrast to the old interface which implemented arbitrary precision arithmetic using macros that forward to the gmp library, the new library hides the math library implementation in isl. This allows us to switch the math library used by isl without affecting users such as Polly. llvm-svn: 184529
Diffstat (limited to 'polly/utils')
-rwxr-xr-xpolly/utils/checkout_cloog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/utils/checkout_cloog.sh b/polly/utils/checkout_cloog.sh
index 1296c96a466..95f037e2719 100755
--- a/polly/utils/checkout_cloog.sh
+++ b/polly/utils/checkout_cloog.sh
@@ -1,7 +1,7 @@
#!/bin/sh
CLOOG_HASH="f861f854b6cc85b67e39794e38e7104fcd59af90"
-ISL_HASH="1df91d8515ec88dc7f7f597168ad0f34f26de5a7"
+ISL_HASH="0a83197c479109b0f7c327484b80a878f291b296"
PWD=`pwd`
OpenPOWER on IntegriCloud