[all-commits] [llvm/llvm-project] 418335: [Flang][OpenMP] Support iterator modifiers in map ...
Chi-Chun, Chen via All-commits
all-commits at lists.llvm.org
Fri Jun 5 14:56:06 PDT 2026
Branch: refs/heads/users/cchen/flang_openmp_motion_map_iterator
Home: https://github.com/llvm/llvm-project
Commit: 4183355619add135222c3c42570666f14525347a
https://github.com/llvm/llvm-project/commit/4183355619add135222c3c42570666f14525347a
Author: Chi Chun, Chen <chichun.chen at hpe.com>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Utils.cpp
M flang/lib/Lower/OpenMP/Utils.h
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
R flang/test/Lower/OpenMP/Todo/declare-mapper-iterator.f90
R flang/test/Lower/OpenMP/Todo/from-iterator-modifier.f90
R flang/test/Lower/OpenMP/Todo/to-iterator-modifier.f90
A flang/test/Lower/OpenMP/declare-mapper-iterator.f90
A flang/test/Lower/OpenMP/motion-iterator.f90
Log Message:
-----------
[Flang][OpenMP] Support iterator modifiers in map and motion clauses
Support iterated array elements and array sections in map and motion clauses for
target data, target enter data, target exit data, and target update constructs.
Preserve mapper resolution for iterated entries, including explicit mappers,
user-defined default mappers, declare mapper entries, and implicit default
mappers.
This PR stacked on top of #197047 and #197752.
This patch is part of the feature work for #188061.
Assisted with copilot.
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