[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 08:45:18 PDT 2021


patacca added inline comments.


================
Comment at: polly/lib/Support/GICHelper.cpp:240-245
-  isl::union_pw_multi_aff().dump();
-  isl::union_pw_multi_aff_list().dump();
-  isl::union_set().dump();
-  isl::union_set_list().dump();
-  isl::val().dump();
-  isl::val_list().dump();
----------------
Meinersbur wrote:
> Not all the classes are exported/needed?
Some classes have been removed from the interface and were not used anywhere in polly. These are `ast_expr_list`, `constraint_list`, `pw_qpolynomial`, `qpolynomial`, `union_map_list` and `union_pw_multi_aff_list`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107225



More information about the llvm-commits mailing list