================
@@ -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
----------------
agozillon wrote:

Unfortunately not in a way I can currently think of, but I've removed the 
comment for the time being, I imagine leaving it as pointer for now should be 
fine. 

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