[all-commits] [llvm/llvm-project] f993f3: [Flang][OpenMP] - When mapping a `fir.boxchar`, ma...
Pranav Bhandarkar via All-commits
all-commits at lists.llvm.org
Tue Jun 10 11:09:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f993f362ef58cfd71c4c15e63ee847437784ae0d
https://github.com/llvm/llvm-project/commit/f993f362ef58cfd71c4c15e63ee847437784ae0d
Author: Pranav Bhandarkar <pranav.bhandarkar at amd.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M flang/include/flang/Optimizer/Builder/DirectivesCommon.h
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp
M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
M flang/test/Lower/OpenMP/map-character.f90
M flang/test/Lower/OpenMP/optional-argument-map-2.f90
M flang/test/Transforms/omp-map-info-finalization.fir
Log Message:
-----------
[Flang][OpenMP] - When mapping a `fir.boxchar`, map the underlying data pointer as a member (#141715)
This PR adds functionality to the `MapInfoFinalization` pass wherein the
underlying data pointer of a `fir.boxchar` is mapped as a member of the
parent boxchar.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list