[all-commits] [llvm/llvm-project] 86d106: [NFC][flang][OpenMP] Extract target region utils t...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon Sep 8 04:51:01 PDT 2025
Branch: refs/heads/users/ergawy/refactor_target_cloning_mapping
Home: https://github.com/llvm/llvm-project
Commit: 86d10640ef9e9d5f465c53d590adbe04e9bf41b2
https://github.com/llvm/llvm-project/commit/86d10640ef9e9d5f465c53d590adbe04e9bf41b2
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M flang/include/flang/Utils/OpenMP.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Utils/CMakeLists.txt
M flang/lib/Utils/OpenMP.cpp
Log Message:
-----------
[NFC][flang][OpenMP] Extract target region utils to map or clone outside values
Following up on #154483, this PR introduces further refactoring to
extract some shared utils between OpenMP lowering and `do concurrent`
conversion pass. In particular, this PR extracts 2 utils that handle
mapping or cloning values used inside target regions but defined
outside.
Later `do concurrent` PR(s) will use these utils.
Commit: ead5548e316c243a2e0569b8406106898eeace81
https://github.com/llvm/llvm-project/commit/ead5548e316c243a2e0569b8406106898eeace81
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M flang/include/flang/Utils/OpenMP.h
Log Message:
-----------
review comments
Compare: https://github.com/llvm/llvm-project/compare/c9be071c0633...ead5548e316c
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