[PATCH] D105444: [Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set()

Riccardo Mori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 5 11:59:20 PDT 2021


patacca created this revision.
Herald added a reviewer: bollu.
Herald added subscribers: ormris, bmahjour, asbirlea, steven_wu, hiraditya.
patacca edited the summary of this revision.
patacca added a reviewer: Meinersbur.
patacca added a project: Polly.
patacca published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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 <https://reviews.llvm.org/D104994>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105444

Files:
  polly/lib/Analysis/DependenceInfo.cpp
  polly/lib/External/isl/include/isl/isl-noexceptions.h
  polly/lib/Support/ISLTools.cpp
  polly/lib/Transform/DeLICM.cpp
  polly/lib/Transform/MaximalStaticExpansion.cpp
  polly/lib/Transform/ZoneAlgo.cpp
  polly/unittests/DeLICM/DeLICMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105444.356544.patch
Type: text/x-patch
Size: 5890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210705/a694e329/attachment.bin>


More information about the llvm-commits mailing list