================
@@ -1466,6 +1472,8 @@ def MapInfoOp : OpenMP_Op<"map.info", 
[AttrSizedOperandSegments]> {
     - 'map_capture_type': Capture type for the variable e.g. this, byref, 
byvalue, byvla
        this can affect how the variable is lowered.
     - `name`: Holds the name of variable as specified in user clause 
(including bounds).
+    - `partial_map`: The record type being mapped will not be mapped in its 
entirety, 
----------------
skatrak wrote:

```suggestion
    - `partial_map`: The record type being mapped will not be mapped in its 
entirety,
```

https://github.com/llvm/llvm-project/pull/82851
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to