llvm/polly/lib/Transform
patacca 9b41d0958e [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.
[Polly][Isl] Removing nullptr constructor from 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:
 - Removed `std::nullptr_t` constructor from all the classes in the isl C++ bindings.
 - `isl-noexceptions.h` has been generated by this a7e00bea38

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D103751
2021-06-08 23:46:28 +02:00
..
Canonicalization.cpp [Polly] Add support for -polly-position=early with the NPM. 2021-05-14 12:55:03 -05:00
CodePreparation.cpp
DeadCodeElimination.cpp [Polly] Port DeadCodeElim to the NewPM. 2021-03-24 01:01:29 -05:00
DeLICM.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00
FlattenAlgo.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00
FlattenSchedule.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00
ForwardOpTree.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00
ManualOptimizer.cpp [Polly][ManualOpt] Match interpretation of unroll metadata to LoopUnrolls's. 2021-04-24 04:30:19 -05:00
MatmulOptimizer.cpp [Polly] Move MatMul optimization into its own file. NFC. 2021-06-04 23:22:30 -05:00
MaximalStaticExpansion.cpp
RewriteByReferenceParameters.cpp [Polly] Add support for -polly-position=early with the NPM. 2021-05-14 12:55:03 -05:00
ScheduleOptimizer.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00
ScheduleTreeTransform.cpp [Polly] Move MatMul optimization into its own file. NFC. 2021-06-04 23:22:30 -05:00
ScopInliner.cpp
Simplify.cpp
ZoneAlgo.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00