[all-commits] [llvm/llvm-project] d5edda: [flang][OpenMP][NFC] Share declare mapper helpers ...
Chi-Chun, Chen via All-commits
all-commits at lists.llvm.org
Mon Jun 8 11:33:46 PDT 2026
Branch: refs/heads/users/cchen/nfc_flang_motion_map_iterator
Home: https://github.com/llvm/llvm-project
Commit: d5edda2c74b9502485db8f4fbab0ca22bc68899a
https://github.com/llvm/llvm-project/commit/d5edda2c74b9502485db8f4fbab0ca22bc68899a
Author: Chi Chun, Chen <chichun.chen at hpe.com>
Date: 2026-06-08 (Mon, 08 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
Log Message:
-----------
[flang][OpenMP][NFC] Share declare mapper helpers for iterator modifier lowering
Move mapper lookup and implicit default mapper creation into reusable
OpenMP lowering helpers so regular map lowering and iterator-generated
map entries can use the same resolution path.
This prepares Flang iterator modifier lowering for map and motion clauses
without changing the generated IR for existing non-iterator maps.
Commit: 4a8cc647ed5efcff6f6ce05857e0e93667ec2631
https://github.com/llvm/llvm-project/commit/4a8cc647ed5efcff6f6ce05857e0e93667ec2631
Author: Chi Chun, Chen <chichun.chen at hpe.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M flang/lib/Lower/OpenMP/Utils.h
Log Message:
-----------
Add doxygen documentation to resolveMapperId
Compare: https://github.com/llvm/llvm-project/compare/2c3b35060e4e...4a8cc647ed5e
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