[all-commits] [llvm/llvm-project] f4a8a9: [OpenMP][MLIR] Modify lowering OpenMP Dialect lowe...
agozillon via All-commits
all-commits at lists.llvm.org
Thu Feb 12 19:02:05 PST 2026
Branch: refs/heads/users/agozillo/attach-map-pr-set-4
Home: https://github.com/llvm/llvm-project
Commit: f4a8a9075ef30ea15c11039c0a25a4f8a45d40c7
https://github.com/llvm/llvm-project/commit/f4a8a9075ef30ea15c11039c0a25a4f8a45d40c7
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M flang/test/Integration/OpenMP/map-types-and-sizes.f90
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/allocatable_gpu_reduction_teams.mlir
M mlir/test/Target/LLVMIR/omptarget-data-use-dev-ordering.mlir
A mlir/test/Target/LLVMIR/omptarget-host-ref-semantics.mlir
M mlir/test/Target/LLVMIR/omptarget-nested-ptr-record-type-mapping-host.mlir
M mlir/test/Target/LLVMIR/omptarget-nested-record-type-mapping-host.mlir
M mlir/test/Target/LLVMIR/omptarget-nowait.mlir
M mlir/test/Target/LLVMIR/omptarget-overlapping-record-member-map.mlir
M mlir/test/Target/LLVMIR/omptarget-record-type-mapping-host.mlir
M mlir/test/Target/LLVMIR/omptarget-record-type-with-ptr-member-host.mlir
M offload/test/offloading/fortran/descriptor-stack-jam-regression.f90
A offload/test/offloading/fortran/map_attach_always.f90
A offload/test/offloading/fortran/map_attach_never.f90
A offload/test/offloading/fortran/map_ref_ptr_ptee_test_1.f90
A offload/test/offloading/fortran/map_ref_ptr_ptee_test_2.f90
M offload/test/offloading/fortran/target-map-pointer-to-dtype-allocatable-member.f90
Log Message:
-----------
[OpenMP][MLIR] Modify lowering OpenMP Dialect lowering to support attach mapping
This PR adjusts the LLVM-IR lowering to support the new attach map type that the runtime
uses to link data and pointer together, this swaps the mapping from the older
OMP_MAP_PTR_AND_OBJ map type in most cases and allows slightly more complicated ref_ptr/ptee
and attach semantics.
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