[all-commits] [llvm/llvm-project] bad3eb: [Polly][Isl] Stop generating isl::union_{set, map} ...
Riccardo Mori via All-commits
all-commits at lists.llvm.org
Mon Jul 19 02:25:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bad3ebbaae3d5a99c1608f38b1ca597433b89e7c
https://github.com/llvm/llvm-project/commit/bad3ebbaae3d5a99c1608f38b1ca597433b89e7c
Author: Riccardo Mori <patacca at autistici.org>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M polly/lib/Analysis/DependenceInfo.cpp
M polly/lib/Analysis/ScopBuilder.cpp
M polly/lib/Analysis/ScopInfo.cpp
M polly/lib/CodeGen/PPCGCodeGeneration.cpp
M polly/lib/Exchange/JSONExporter.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/MaximalStaticExpansion.cpp
M polly/lib/Transform/ScheduleTreeTransform.cpp
M polly/lib/Transform/Simplify.cpp
M polly/lib/Transform/ZoneAlgo.cpp
M polly/unittests/DeLICM/DeLICMTest.cpp
Log Message:
-----------
[Polly][Isl] Stop generating isl::union_{set,map} from isl::space. 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:
- Stop generating `isl::union_set` and isl::union_map` from `isl::space` and instead generate them from `isl::ctx`
- Disable clang-format on `isl-noexceptions.h`
- Removed `isl::union_{set,map}` generator from `isl::space` from `isl-noexceptions.h`
- `isl-noexceptions.h` has been generated by this https://github.com/patacca/isl/commit/87c3413b6f1d62ca3dddf716352f90a0b8533353
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D106059
More information about the All-commits
mailing list