[all-commits] [llvm/llvm-project] db537f: [NFC][flang] Move `ReductionProcessor` to `Lower/S...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Jul 2 08:41:22 PDT 2025


  Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_6
  Home:   https://github.com/llvm/llvm-project
  Commit: db537f5fbb7d1f7c6c965262beef9682ccdcabf3
      https://github.com/llvm/llvm-project/commit/db537f5fbb7d1f7c6c965262beef9682ccdcabf3
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    A flang/include/flang/Lower/OpenMP/Clauses.h
    A flang/include/flang/Lower/Support/ReductionProcessor.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/OpenMP/ClauseFinder.h
    M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
    M flang/lib/Lower/OpenMP/ClauseProcessor.h
    M flang/lib/Lower/OpenMP/Clauses.cpp
    R flang/lib/Lower/OpenMP/Clauses.h
    M flang/lib/Lower/OpenMP/DataSharingProcessor.h
    M flang/lib/Lower/OpenMP/Decomposer.cpp
    M flang/lib/Lower/OpenMP/Decomposer.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    R flang/lib/Lower/OpenMP/ReductionProcessor.cpp
    R flang/lib/Lower/OpenMP/ReductionProcessor.h
    M flang/lib/Lower/OpenMP/Utils.cpp
    M flang/lib/Lower/OpenMP/Utils.h
    A flang/lib/Lower/Support/ReductionProcessor.cpp

  Log Message:
  -----------
  [NFC][flang] Move `ReductionProcessor` to `Lower/Support`.

With #145837, the `ReductionProcessor` component is now used by both
OpenMP and `do concurrent`. Therefore, this PR moves it to a shared
location: `flang/Lower/Support`.


  Commit: aa3984a106f72321cf7e05a6dda2ecdb342fe6aa
      https://github.com/llvm/llvm-project/commit/aa3984a106f72321cf7e05a6dda2ecdb342fe6aa
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/Atomic.cpp

  Log Message:
  -----------
  fix include after rebase


Compare: https://github.com/llvm/llvm-project/compare/926cb7c51d6e...aa3984a106f7

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