[all-commits] [llvm/llvm-project] 41a340: [flang][fir] Basic PFT to MLIR lowering for do con...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon May 5 11:46:26 PDT 2025
Branch: refs/heads/users/ergawy/fir-dc-local-spec-3
Home: https://github.com/llvm/llvm-project
Commit: 41a340107729c3cfdf124aa398f270ad2ec013e1
https://github.com/llvm/llvm-project/commit/41a340107729c3cfdf124aa398f270ad2ec013e1
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Optimizer/Dialect/FIROps.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
M flang/lib/Lower/OpenMP/DataSharingProcessor.h
A flang/test/Lower/do_concurrent_delayed_locality.f90
Log Message:
-----------
[flang][fir] Basic PFT to MLIR lowering for do concurrent locality specifiers
Extends support for `fir.do_concurrent` locality specifiers to the PFT
to MLIR level. This adds code-gen for generating the newly added
`fir.local` ops and referencing these ops from `fir.do_concurrent.loop`
ops that have locality specifiers attached to them. This reuses the
`DataSharingProcessor` component and generalizes it a bit more to allow
for handling `omp.private` ops and `fir.local` ops as well.
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