[all-commits] [llvm/llvm-project] d5ee35: [Polly][Isl] Use isl::union_map::unite() instead o...

Riccardo Mori via All-commits all-commits at lists.llvm.org
Mon Jul 19 03:11:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5ee355f89605f0475a18b60fd27837d73dd7852
      https://github.com/llvm/llvm-project/commit/d5ee355f89605f0475a18b60fd27837d73dd7852
  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/Exchange/JSONExporter.cpp
    M polly/lib/External/isl/include/isl/isl-noexceptions.h
    M polly/lib/Support/ISLTools.cpp
    M polly/lib/Transform/FlattenAlgo.cpp
    M polly/lib/Transform/ForwardOpTree.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] Use isl::union_map::unite() instead of isl::union_map::add_map(). 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_map::unite()` instead of `isl::union_map::add_map()`
 - `isl-noexceptions.h` has been generated by this https://github.com/patacca/isl/commit/3f43ae29fa2a22936a583b85b2fe8d439f805d8d

Depends on D106059

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D106061




More information about the All-commits mailing list