[all-commits] [llvm/llvm-project] 3562e4: [flang][fir] Add locality specifiers modeling to `...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue May 6 12:10:27 PDT 2025
Branch: refs/heads/users/ergawy/fir-dc-local-spec-1
Home: https://github.com/llvm/llvm-project
Commit: 3562e43d5ba2bf3d8cbd3c80e3299b2482863400
https://github.com/llvm/llvm-project/commit/3562e43d5ba2bf3d8cbd3c80e3299b2482863400
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/Bridge.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/test/Fir/do_concurrent.fir
M flang/test/Fir/invalid.fir
Log Message:
-----------
[flang][fir] Add locality specifiers modeling to `fir.do_concurrent.loop`
Extends `fir.do_concurrent.loop` ops to model locality specifiers. This
follows the same pattern used in OpenMP where an op of type `fir.local`
(in OpenMP it is `omp.private`) is referenced from the `do concurrent`
locality specifier. This PR adds the MLIR op changes as well as printing
and parsing logic.
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