[all-commits] [llvm/llvm-project] 62596c: [flang][OpenMP] Map basic `local` specifiers to `p...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Jun 4 07:58:09 PDT 2025
Branch: refs/heads/users/ergawy/convert_locality_specs_to_clauses_3
Home: https://github.com/llvm/llvm-project
Commit: 62596cdddcbda71b2a1b306cedd8de238510b105
https://github.com/llvm/llvm-project/commit/62596cdddcbda71b2a1b306cedd8de238510b105
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