[all-commits] [llvm/llvm-project] 8f5a70: [flang] Extend localization support for `do concur...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Tue Jun 3 02:36:58 PDT 2025


  Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_1
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f5a70ae38fe929f6b95447b9523c76a41a6cdc1
      https://github.com/llvm/llvm-project/commit/8f5a70ae38fe929f6b95447b9523c76a41a6cdc1
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-06-03 (Tue, 03 Jun 2025)

  Changed paths:
    A flang/include/flang/Lower/Support/PrivateReductionUtils.h
    M flang/include/flang/Lower/Support/Utils.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
    R flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp
    R flang/lib/Lower/OpenMP/PrivateReductionUtils.h
    M flang/lib/Lower/OpenMP/ReductionProcessor.cpp
    A flang/lib/Lower/Support/PrivateReductionUtils.cpp
    M flang/lib/Lower/Support/Utils.cpp
    M flang/test/Lower/do_concurrent_local_assoc_entity.f90
    M flang/test/Lower/do_concurrent_local_default_init.f90

  Log Message:
  -----------
  [flang] Extend localization support for `do concurrent` (`init` regions)

Extends support for locality specifiers in `do concurrent` by supporting
data types that need `init` regions.

This further unifies the paths taken by the compiler for OpenMP
privatization clauses and `do concurrent` locality specifiers.



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