[all-commits] [llvm/llvm-project] 09f3a1: [flang][fir] Add `fir.local` op for locality speci...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon May 5 04:17:59 PDT 2025
Branch: refs/heads/users/ergawy/fir-dc-local-spec-0
Home: https://github.com/llvm/llvm-project
Commit: 09f3a12a25be35d119c02164ef6a4d21a024a940
https://github.com/llvm/llvm-project/commit/09f3a12a25be35d119c02164ef6a4d21a024a940
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIRAttr.td
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/test/Fir/do_concurrent.fir
Log Message:
-----------
[flang][fir] Add `fir.local` op for locality specifiers
Adds a new `fir.local` op to model `local` and `local_init` locality
specifiers. This op is a clone of `omp.private`. In particular, this new
op also models the privatization/localization logic of an SSA value in
the `fir` dialect just like `omp.private` does for OpenMP.
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