================
@@ -285,6 +285,62 @@ class MapInfoFinalizationPass
     return false;
   }
 
+  mlir::omp::MapInfoOp genBoxcharMemberMap(mlir::omp::MapInfoOp op,
----------------
agozillon wrote:

Probably a dumb question, but wouldn't this and the related walk already be 
handled by the larger: `genDescriptorMemberMaps` function? In theory it should 
be able to handle the expansion for all cases, I would imagine it'd need some 
tweaking in-cases where we assume BaseBoxType/BoxType though.

https://github.com/llvm/llvm-project/pull/141715
_______________________________________________
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