[flang-commits] [flang] [mlir] [Flang][OpenMP] Support iterator modifier in map and motion clauses (PR #197757)

via flang-commits flang-commits at lists.llvm.org
Tue Sep 22 22:25:26 PDT 2026


================
@@ -1514,7 +1559,7 @@ bool ClauseProcessor::processDepend(lower::SymMap &symMap,
 
     llvm::SmallVector<IteratorRange> iteratorRanges;
     llvm::SmallPtrSet<const Fortran::semantics::Symbol *, 4> ivSyms;
-    collectIteratorIVs(clause, converter, stmtCtx, iteratorRanges, ivSyms);
+    collectIteratorIVs(clause, converter, stmtCtx, iteratorRanges, &ivSyms);
----------------
MattPD wrote:

Do you think you could fix this in the current PR or a prerequisite PR rather than a post-merge follow-up? The newly accepted constant form still drops required dependences.

https://github.com/llvm/llvm-project/pull/197757


More information about the flang-commits mailing list