[all-commits] [llvm/llvm-project] 61d6ff: [NFC][flang][OpenMP] Extract target region utils t...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Aug 27 22:30:18 PDT 2025


  Branch: refs/heads/users/ergawy/refactor_target_cloning_mapping
  Home:   https://github.com/llvm/llvm-project
  Commit: 61d6ffa1ea3934138d77eee1f56d76813989a84b
      https://github.com/llvm/llvm-project/commit/61d6ffa1ea3934138d77eee1f56d76813989a84b
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-08-28 (Thu, 28 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