[Mlir-commits] [flang] [mlir] [flang][OpenMP] - Add `MapInfoOp` instances for target private variables when needed (PR #109862)
llvmlistbot at llvm.org
llvmlistbot at 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 Mlir-commits
mailing list