[llvm-branch-commits] [OpenMP][MLIR] Add new arguments to map_info to help support record type maps (PR #82851)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 24 06:35:01 PDT 2024
================
@@ -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,
----------------
agozillon wrote:
Looks like I need an extension to indicate spaces or remove unnecessary ones at the end of lines! Sorry about that.
https://github.com/llvm/llvm-project/pull/82851
More information about the llvm-branch-commits
mailing list