[llvm-branch-commits] [OpenMP][MLIR] Descriptor explicit member map lowering changes (PR #111191)
Akash Banerjee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Oct 8 06:10:11 PDT 2024
================
@@ -2663,6 +2657,8 @@ static llvm::omp::OpenMPOffloadMappingFlags mapParentWithMembers(
auto mapOp = dyn_cast<omp::MapInfoOp>(mapData.MapClause[mapDataIndex]);
int firstMemberIdx = getMapDataMemberIdx(
mapData, getFirstOrLastMappedMemberPtr(mapOp, true));
+ // NOTE/TODO: Should perhaps use OriginalValue here instead of Pointers to
----------------
TIFitis wrote:
Is it possible to determine this definitively in this patch itself?
https://github.com/llvm/llvm-project/pull/111191
More information about the llvm-branch-commits
mailing list