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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Sun Aug 31 23:25:41 PDT 2025


  Branch: refs/heads/users/ergawy/refactor_target_cloning_mapping
  Home:   https://github.com/llvm/llvm-project
  Commit: c1b09a17ba64f4016c3b0e6da696cae5b1b21da5
      https://github.com/llvm/llvm-project/commit/c1b09a17ba64f4016c3b0e6da696cae5b1b21da5
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-09-01 (Mon, 01 Sep 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