forked from OSchip/llvm-project
a1da86b224
Piecewise affine expressions have directly corresponding mathematical operators. Introduce these operators as overloads as this makes writing code with isl::pw_aff expressions more directly readable. We can now write: A = B + C instead of A = B.add(C) llvm-svn: 327216 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
IslTest.cpp |