llvm-capstone/polly/unittests
Riccardo Mori ce8272afb3 [Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui. NFC
This is part of an effort to reduce the differences between the custom C++ bindings used right now by polly in `lib/External/isl/include/isl/isl-noxceptions.h` and the official isl C++ interface.

Changes made:
 -  Use `isl::val::sub` instead of `isl::val::sub_ui`
 - `isl-noexceptions.h` has been generated by 355e84163a

Depends on D107225

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D107293
2021-08-17 09:34:52 +02:00
..
DeLICM [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
Flatten Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Isl [Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui. NFC 2021-08-17 09:34:52 +02:00
ScheduleOptimizer [Polly] Move MatMul optimization into its own file. NFC. 2021-06-04 23:22:30 -05:00
ScopPassManager [Polly] Support linking ScopPassManager against LLVM dylib 2020-08-07 06:46:35 +02:00
Support [Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptions.h. NFCI 2021-08-16 15:53:26 +02:00
CMakeLists.txt Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00