[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Add OMP Mapper field to MapInfoOp (PR #120994)
Akash Banerjee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 28 08:02:30 PST 2025
================
@@ -1000,6 +1000,7 @@ def MapInfoOp : OpenMP_Op<"map.info", [AttrSizedOperandSegments]> {
OptionalAttr<IndexListArrayAttr>:$members_index,
Variadic<OpenMP_MapBoundsType>:$bounds, /* rank-0 to rank-{n-1} */
OptionalAttr<UI64Attr>:$map_type,
+ OptionalAttr<FlatSymbolRefAttr>:$mapper_id,
----------------
TIFitis wrote:
Sorry for the delay, I was on vacation.
I've updated the description and also added a verifier check.
https://github.com/llvm/llvm-project/pull/120994
More information about the llvm-branch-commits
mailing list