================
@@ -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
_______________________________________________
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