Update isl-cpp bindings
commit592b2406a535291a6a02158325e2988bd3ded4f9
authorTobias Grosser <tobias@grosser.es>
Thu, 9 Aug 2018 05:07:14 +0000 (9 05:07 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 9 Aug 2018 05:07:14 +0000 (9 05:07 +0000)
tree76bb4e9cd7238679f3e69b33c4c2e53f9dfcdf38
parent01dc658b6b871e606aac1fd91bafc51e248c9fb8
Update isl-cpp bindings

We upstreamed the export of isl_val_2exp, to the official cpp bindings.
In this process, we concluded that pow2 is a better and more widely used
name for this functionality. Hence, both the official isl-cpp bindings
and our derived variant use now the term pow2.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@339312 91177308-0d34-0410-b5e6-96231b3b80d8
lib/External/isl/include/isl/isl-noexceptions.h
lib/Support/SCEVAffinator.cpp
unittests/Isl/IslTest.cpp