[flang-commits] [flang] [Flang][OpenMP][MLIR] Add attach and ref map type lowering to MLIR (PR #177301)

Akash Banerjee via flang-commits flang-commits at lists.llvm.org
Mon Jan 26 07:48:15 PST 2026


================
@@ -1461,8 +1461,7 @@ bool ClauseProcessor::processMap(
     mlir::Location clauseLocation = converter.genLocation(source);
     const auto &[mapType, typeMods, attachMod, refMod, mappers, iterator,
                  objects] = clause.t;
-    if (attachMod)
-      TODO(currentLocation, "ATTACH modifier is not implemented yet");
+
----------------
TIFitis wrote:

Nit: Is the whiteline intentional?

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


More information about the flang-commits mailing list