llvm-project/polly/unittests
patacca 7c7978a122 [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. 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:
 - Removing explicit operator bool() from all the classes in the isl C++ bindings.
 - Replace each call to operator bool() to method `is_null()`.
 - isl-noexceptions.h has been generated by this 27396daac5

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D103976
2021-06-11 14:44:24 +02:00
..
DeLICM [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC. 2021-06-11 14:44:24 +02:00
Flatten
Isl [Polly] Regenerate isl-noexceptions.h. 2021-02-14 19:17:54 -06: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
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