[all-commits] [llvm/llvm-project] 9b41d0: [Polly][Isl] Removing nullptr constructor from C++...

Riccardo Mori via All-commits all-commits at lists.llvm.org
Tue Jun 8 14:46:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b41d0958e78c397c702c913d60946dd8c01f0a5
      https://github.com/llvm/llvm-project/commit/9b41d0958e78c397c702c913d60946dd8c01f0a5
  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/CodeGen/PPCGCodeGeneration.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