[flang-commits] [flang] [mlir] [flang][OpenMP] - Add `MapInfoOp` instances for target private variables when needed (PR #109862)

via flang-commits flang-commits at lists.llvm.org
Mon Sep 30 09:12:14 PDT 2024


================
@@ -880,7 +880,7 @@ def MapInfoOp : OpenMP_Op<"map.info", [AttrSizedOperandSegments]> {
        objects (e.g. derived types or classes), indicates the bounds to be copied
        of the variable. When it's an array slice it is in rank order where rank 0
        is the inner-most dimension.
-    - 'map_clauses': OpenMP map type for this map capture, for example: from, to and
+    - 'map_type': OpenMP map type for this map capture, for example: from, to and
----------------
agozillon wrote:

Thank you for the typo catch! :-)

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


More information about the flang-commits mailing list