[PATCH] D103751: [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.

Riccardo Mori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 5 09:22:52 PDT 2021


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

`isl-noexceptions.h` has been generated by this https://github.com/patacca/isl/commit/a7e00bea38f251a4bcf5c2c6ce5fa7ee5f661528

Changes made:

- Removed `std::nullptr_t` constructor from all the classes in the isl C++ bindings.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103751

Files:
  polly/include/polly/ScopInfo.h
  polly/lib/Analysis/ScopBuilder.cpp
  polly/lib/Analysis/ScopInfo.cpp
  polly/lib/CodeGen/IslAst.cpp
  polly/lib/External/isl/include/isl/isl-noexceptions.h
  polly/lib/Support/ISLTools.cpp
  polly/lib/Transform/DeLICM.cpp
  polly/lib/Transform/FlattenAlgo.cpp
  polly/lib/Transform/FlattenSchedule.cpp
  polly/lib/Transform/ForwardOpTree.cpp
  polly/lib/Transform/ScheduleOptimizer.cpp
  polly/lib/Transform/ZoneAlgo.cpp
  polly/unittests/DeLICM/DeLICMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103751.350058.patch
Type: text/x-patch
Size: 43779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210605/ea774d75/attachment.bin>


More information about the llvm-commits mailing list