[all-commits] [llvm/llvm-project] e673a6: [flang][fir] Add locality specifiers modeling to `...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon May 5 11:15:25 PDT 2025
Branch: refs/heads/users/ergawy/fir-dc-local-spec-1
Home: https://github.com/llvm/llvm-project
Commit: e673a6f5009397143f1b0f4d72c22202c8a61700
https://github.com/llvm/llvm-project/commit/e673a6f5009397143f1b0f4d72c22202c8a61700
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-05-05 (Mon, 05 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