[flang-commits] [flang] [mlir] [mlir][OpenMP] Add iterator support to map/motion clause (PR #197047)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Fri Jun 5 06:11:18 PDT 2026


================
@@ -292,8 +292,9 @@ mlir::FlatSymbolRefAttr getOrGenImplicitDefaultDeclareMapper(
       captureKind, declareOp.getType(0),
       /*partialMap=*/true);
 
-  clauseMapVars.emplace_back(mapOp);
----------------
skatrak wrote:

Nit: Remove the now unused `clauseMapVars`.

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


More information about the flang-commits mailing list