summaryrefslogtreecommitdiff
path: root/polly/utils
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-12-07 16:04:29 +0000
committerTobias Grosser <tobias@grosser.es>2014-12-07 16:04:29 +0000
commit13e222ca55342c3b480ce264bf3de3f08729afc9 (patch)
tree06791d801a30a2764b259081e2d51963ba03c581 /polly/utils
parent7ceaba86009e753c8b75bf79b4314aa802078cb2 (diff)
downloadllvm-13e222ca55342c3b480ce264bf3de3f08729afc9.tar.gz
Update to the latest version of isl
Isl now specifically marks modulo operations that are compared against zero. They can be implemented with the C/LLVM remainder operation. We also update a couple of test cases where the output of isl has slightly changed. llvm-svn: 223607
Diffstat (limited to 'polly/utils')
-rwxr-xr-xpolly/utils/checkout_isl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/utils/checkout_isl.sh b/polly/utils/checkout_isl.sh
index df2115ce117c..129e9e0e33d5 100755
--- a/polly/utils/checkout_isl.sh
+++ b/polly/utils/checkout_isl.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-ISL_HASH="2c19ecd444095d6f560349018f68993bc0e03691"
+ISL_HASH="b3e0fa7a05d32f1e0e36e0a42b0b83fa2ba1f609"
PWD=`pwd`