[llvm-branch-commits] [OpenMP][MLIR] Descriptor explicit member map lowering changes (PR #96265)
Sergio Afonso via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 26 08:36:19 PDT 2024
================
@@ -2370,6 +2370,24 @@ static void processMapMembersWithParent(
assert(memberDataIdx >= 0 && "could not find mapped member of structure");
+ if (checkIfPointerMap(memberClause)) {
----------------
skatrak wrote:
Nit: It would be nice to add a short comment of what's achieved by this block of code.
https://github.com/llvm/llvm-project/pull/96265
More information about the llvm-branch-commits
mailing list