[PATCH] D112193: [Polly][NFC] Switch createSubstitutions and createSubstitutionsVector to use isl::ast_expr

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 08:59:56 PDT 2021


Meinersbur added inline comments.


================
Comment at: polly/lib/CodeGen/IslNodeBuilder.cpp:946
+    isl::ast_expr Expr, ScopStmt *Stmt, std::vector<LoopToScevMapT> &VLTS,
+    std::vector<Value *> &IVS, __isl_take isl_id *IteratorID) {
   int i = 0;
----------------
Did you consider converting `IteratorID` as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112193



More information about the llvm-commits mailing list