llvm-capstone/polly/unittests
Tobias Grosser be483ae665 Add isl operator overloads for isl::pw_aff (Try II)
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)

Reviewers: Meinersbur, bollu, sebpop

Reviewed By: Meinersbur

Subscribers: philip.pfaffe, pollydev, llvm-commits

Differential Revision: https://reviews.llvm.org/D45534

llvm-svn: 329880
2018-04-12 06:15:17 +00:00
..
DeLICM [unittests/DeLICM] Add test for Written vs Written. 2017-04-26 21:52:55 +00:00
Flatten Adjust to clang-format changes 2018-03-20 17:16:32 +00:00
Isl Add isl operator overloads for isl::pw_aff (Try II) 2018-04-12 06:15:17 +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