[llvm-branch-commits] [flang] [Flang][OpenMP] - When mapping a `fir.boxchar`, map the underlying data pointer as a member (PR #141715)

Pranav Bhandarkar via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jun 4 07:44:59 PDT 2025


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

Thank you, @agozillon for the review. Yes, it was related to the fact that `genDescriptorMemberMaps` is tied quite tightly to `BaseBoxType`. So, I decided to not mess with it. I should add it to my to-do list though to generalize `genDescriptorMemberMaps`.

https://github.com/llvm/llvm-project/pull/141715


More information about the llvm-branch-commits mailing list