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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Jul 10 21:41:16 PDT 2025


  Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_6
  Home:   https://github.com/llvm/llvm-project
  Commit: ab6353a0c9e2a874dc159e21f3ed5b76a48bf656
      https://github.com/llvm/llvm-project/commit/ab6353a0c9e2a874dc159e21f3ed5b76a48bf656
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-07-10 (Thu, 10 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: e9eb77f38bc2f4fa58d9b138fe66258c795cb69b
      https://github.com/llvm/llvm-project/commit/e9eb77f38bc2f4fa58d9b138fe66258c795cb69b
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-07-10 (Thu, 10 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/4db4b85d8774...e9eb77f38bc2

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