[all-commits] [llvm/llvm-project] 0e9b7b: [flang][OpenMP] Basic mapping of `do concurrent .....
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Fri Jul 11 00:19:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e9b7b054cee679d1a509574f1e88d99accd8cb7
https://github.com/llvm/llvm-project/commit/0e9b7b054cee679d1a509574f1e88d99accd8cb7
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2025-07-11 (Fri, 11 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_all_regions.mlir
A flang/test/Transforms/DoConcurrent/reduce_local.mlir
Log Message:
-----------
[flang][OpenMP] Basic mapping of `do concurrent ... reduce` to OpenMP (#146033)
Now that we have changes introduced by #145837, mapping reductions from
`do concurrent` to OpenMP is almost trivial. This PR adds such mapping.
PR stack:
- https://github.com/llvm/llvm-project/pull/145837
- https://github.com/llvm/llvm-project/pull/146025
- https://github.com/llvm/llvm-project/pull/146028
- https://github.com/llvm/llvm-project/pull/146033 (this one)
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