[all-commits] [llvm/llvm-project] ba0d0c: [flang][OpenMP] Basic mapping of `do concurrent .....

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


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

  Changed paths:
    M flang/lib/Optimizer/OpenMP/DoConcurrentConversion.cpp
    A flang/test/Transforms/DoConcurrent/reduce_add.mlir
    A flang/test/Transforms/DoConcurrent/reduce_local.mlir

  Log Message:
  -----------
  [flang][OpenMP] Basic mapping of `do concurrent ... reduce` to OpenMP

Now that we have changes introduced by #145837, mapping reductions from
`do concurrent` to OpenMP is almost trivial. This PR adds such mapping.


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

  Changed paths:
    A flang/test/Transforms/DoConcurrent/reduce_all_regions.mlir

  Log Message:
  -----------
  Add all regions test.


Compare: https://github.com/llvm/llvm-project/compare/185b43f8c457...8c25fe772197

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