[all-commits] [llvm/llvm-project] e018c9: [flang][OpenMP] Basic mapping of `do concurrent .....
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Thu Jul 10 23:31:53 PDT 2025
Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_8
Home: https://github.com/llvm/llvm-project
Commit: e018c9e004d5d19e5bca212fd6dba849e29af3d6
https://github.com/llvm/llvm-project/commit/e018c9e004d5d19e5bca212fd6dba849e29af3d6
Author: 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_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: c1834bbc1209ae33a916a3de24a18c79919a9d86
https://github.com/llvm/llvm-project/commit/c1834bbc1209ae33a916a3de24a18c79919a9d86
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-07-11 (Fri, 11 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/39e6ed74ce80...c1834bbc1209
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