[all-commits] [llvm/llvm-project] a0c216: [flang][OpenMP] Map basic `local` specifiers to `p...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Jun 4 00:36:53 PDT 2025
Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_3
Home: https://github.com/llvm/llvm-project
Commit: a0c216ddfd0721dfdf369b62264eda603989b9cf
https://github.com/llvm/llvm-project/commit/a0c216ddfd0721dfdf369b62264eda603989b9cf
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M flang/lib/Optimizer/OpenMP/DoConcurrentConversion.cpp
A flang/test/Transforms/DoConcurrent/locality_specifiers_simple.mlir
Log Message:
-----------
[flang][OpenMP] Map basic `local` specifiers to `private` clauses
Starts the effort to map `do concurrent` locality specifiers to OpenMP
clauses. This PR adds support for basic specifiers (no `init` or `copy`
regions yet).
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