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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Jun 4 11:31:50 PDT 2025


  Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_1
  Home:   https://github.com/llvm/llvm-project
  Commit: ce9d64e63e98023292ee559ea76eb3282bef8c8d
      https://github.com/llvm/llvm-project/commit/ce9d64e63e98023292ee559ea76eb3282bef8c8d
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-06-04 (Wed, 04 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.


  Commit: ad49824f6783a74e036aafb76136141cc60592f8
      https://github.com/llvm/llvm-project/commit/ad49824f6783a74e036aafb76136141cc60592f8
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M flang/lib/Lower/Support/Utils.cpp
    M flang/test/Lower/do_concurrent_local_assoc_entity.f90

  Log Message:
  -----------
  set IP correctly for dc


  Commit: 148fdcfbbdd3b2bb5cc6c2ec7742c8fbd46bf02f
      https://github.com/llvm/llvm-project/commit/148fdcfbbdd3b2bb5cc6c2ec7742c8fbd46bf02f
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M flang/test/Lower/do_concurrent_local_assoc_entity.f90

  Log Message:
  -----------
  add type to test


Compare: https://github.com/llvm/llvm-project/compare/ba6ac8fc0383...148fdcfbbdd3

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