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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Jun 26 21:53:51 PDT 2025


  Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_6
  Home:   https://github.com/llvm/llvm-project
  Commit: 5073e7d31238dc441cf1a7e8f35f75d9c8b29f12
      https://github.com/llvm/llvm-project/commit/5073e7d31238dc441cf1a7e8f35f75d9c8b29f12
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-06-26 (Thu, 26 Jun 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`.



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