[all-commits] [llvm/llvm-project] 576a68: [NFC][flang][OpenMP] Extract target region utils t...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Thu Aug 28 23:12:51 PDT 2025
Branch: refs/heads/users/ergawy/refactor_target_cloning_mapping
Home: https://github.com/llvm/llvm-project
Commit: 576a68b9394b839e540ded829a6f81372e34a446
https://github.com/llvm/llvm-project/commit/576a68b9394b839e540ded829a6f81372e34a446
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M flang/include/flang/Utils/OpenMP.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
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.
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