[all-commits] [llvm/llvm-project] b55aed: [Polly][Isl] Use isl::union_set::unite() instead o...
Riccardo Mori via All-commits
all-commits at lists.llvm.org
Wed Jul 7 07:27:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b55aedd0b8cf6dbd6d3d08e1a9a40fd73eb6b2dc
https://github.com/llvm/llvm-project/commit/b55aedd0b8cf6dbd6d3d08e1a9a40fd73eb6b2dc
Author: patacca <patacca at autistici.org>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M polly/lib/Analysis/DependenceInfo.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/MaximalStaticExpansion.cpp
M polly/lib/Transform/ZoneAlgo.cpp
M polly/unittests/DeLICM/DeLICMTest.cpp
Log Message:
-----------
[Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set(). 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::union_set::unite()` instead of `isl::union_set::add_set()`
- `isl-noexceptions.h` has been generated by this https://github.com/patacca/isl/commit/390c44982b5cee7eb43f8f7a80e185e6d21466b2
Depends on D104994
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D105444
More information about the All-commits
mailing list