[PATCH] D107225: [Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptions.h. NFCI

Riccardo Mori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 8 10:41:53 PDT 2021


patacca updated this revision to Diff 365038.
patacca added a comment.

Rebase to main

Merge commit 50eaa82cdbc72588f0841658bbad9695855eba85 <https://reviews.llvm.org/rG50eaa82cdbc72588f0841658bbad9695855eba85> "[Polly][test] Test difference between isl::stat:ok() and isl::stat::error()." and 0f50ffb3365eefaf114f3d1de6e8acee4fe8f169 <https://reviews.llvm.org/rG0f50ffb3365eefaf114f3d1de6e8acee4fe8f169> "[Polly][test] Add tests for IslMaxOperationsGuard."


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107225/new/

https://reviews.llvm.org/D107225

Files:
  polly/include/polly/CodeGen/IslNodeBuilder.h
  polly/include/polly/ScheduleTreeTransform.h
  polly/include/polly/Support/GICHelper.h
  polly/include/polly/Support/ISLTools.h
  polly/lib/Analysis/DependenceInfo.cpp
  polly/lib/Analysis/ScopBuilder.cpp
  polly/lib/Analysis/ScopInfo.cpp
  polly/lib/CodeGen/BlockGenerators.cpp
  polly/lib/CodeGen/IslAst.cpp
  polly/lib/CodeGen/IslNodeBuilder.cpp
  polly/lib/CodeGen/PPCGCodeGeneration.cpp
  polly/lib/Exchange/JSONExporter.cpp
  polly/lib/External/isl/include/isl/isl-noexceptions.h
  polly/lib/Support/GICHelper.cpp
  polly/lib/Support/ISLTools.cpp
  polly/lib/Transform/FlattenAlgo.cpp
  polly/lib/Transform/MatmulOptimizer.cpp
  polly/lib/Transform/MaximalStaticExpansion.cpp
  polly/lib/Transform/ScheduleOptimizer.cpp
  polly/lib/Transform/ScheduleTreeTransform.cpp
  polly/lib/Transform/Simplify.cpp
  polly/lib/Transform/ZoneAlgo.cpp
  polly/unittests/Support/ISLTools.cpp



More information about the llvm-commits mailing list