llvm-capstone/polly/unittests
Tobias Grosser a1da86b224 Add isl operator overloads for isl::pw_aff
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
2018-03-10 18:07:03 +00:00
..
DeLICM [unittests/DeLICM] Add test for Written vs Written. 2017-04-26 21:52:55 +00:00
Flatten Add -polly-flatten-schedule pass. 2016-09-08 15:02:36 +00:00
Isl Add isl operator overloads for isl::pw_aff 2018-03-10 18:07:03 +00:00
ScheduleOptimizer Add forgotten CMakeLists.txt file in unit-test 2017-08-05 09:44:11 +00:00
ScopPassManager Update Polly to reflect a change to a clang-format patch. I'm not sure 2017-06-29 23:58:03 +00:00
CMakeLists.txt [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00