[all-commits] [llvm/llvm-project] be5e2f: [Polly][Isl] Removing nullptr constructor from C++...
Riccardo Mori via All-commits
all-commits at lists.llvm.org
Tue Jun 8 06:28:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be5e2fc7bf781c7fc079943552ea1b519f45c815
https://github.com/llvm/llvm-project/commit/be5e2fc7bf781c7fc079943552ea1b519f45c815
Author: patacca <patacca at autistici.org>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M polly/include/polly/ScopInfo.h
M polly/lib/Analysis/ScopBuilder.cpp
M polly/lib/Analysis/ScopInfo.cpp
M polly/lib/CodeGen/IslAst.cpp
M polly/lib/External/isl/include/isl/isl-noexceptions.h
M polly/lib/Support/ISLTools.cpp
M polly/lib/Transform/DeLICM.cpp
M polly/lib/Transform/FlattenAlgo.cpp
M polly/lib/Transform/FlattenSchedule.cpp
M polly/lib/Transform/ForwardOpTree.cpp
M polly/lib/Transform/ScheduleOptimizer.cpp
M polly/lib/Transform/ZoneAlgo.cpp
M polly/unittests/DeLICM/DeLICMTest.cpp
Log Message:
-----------
[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 https://github.com/patacca/isl/commit/a7e00bea38f251a4bcf5c2c6ce5fa7ee5f661528
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D103751
More information about the All-commits
mailing list