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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Sun Jun 29 22:28:29 PDT 2025


  Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_8
  Home:   https://github.com/llvm/llvm-project
  Commit: f7837d52f95340e627852ebaa34407ac318156c5
      https://github.com/llvm/llvm-project/commit/f7837d52f95340e627852ebaa34407ac318156c5
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-06-29 (Sun, 29 Jun 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: 185b43f8c45750b13ad4a0e08723b7b35c549111
      https://github.com/llvm/llvm-project/commit/185b43f8c45750b13ad4a0e08723b7b35c549111
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-06-30 (Mon, 30 Jun 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/34a5df1725f1...185b43f8c457

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