[all-commits] [llvm/llvm-project] 0c61f9: [Flang][OpenMP][MLIR] Add attach and ref map type ...
agozillon via All-commits
all-commits at lists.llvm.org
Wed Mar 4 19:51:19 PST 2026
Branch: refs/heads/users/agozillo/attach-map-pr-set-1
Home: https://github.com/llvm/llvm-project
Commit: 0c61f96d23f8679fb8ed5d3515882356b4830658
https://github.com/llvm/llvm-project/commit/0c61f96d23f8679fb8ed5d3515882356b4830658
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
R flang/test/Lower/OpenMP/Todo/attach-modifier.f90
A flang/test/Lower/OpenMP/attach-and-ref-modifier.f90
Log Message:
-----------
[Flang][OpenMP][MLIR] Add attach and ref map type lowering to MLIR
This doesn't implement the functionality, just the relevant map type
lowering to MLIR's omp.map.info. The more complicated changes to
MapInfoFinalizationPass.cpp and OpenMPTOLLVMIRTranslation.cpp to support
attach map and the various ref/attach semantics will come in a subsequent
set of PRs. This just helps compartmentalize the changeset.
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