[all-commits] [llvm/llvm-project] d45d70: [flang] Explicitly map host associated symbols
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jun 24 12:04:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d45d707434f0298883cc9b8219902f8f93b358ec
https://github.com/llvm/llvm-project/commit/d45d707434f0298883cc9b8219902f8f93b358ec
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
Log Message:
-----------
[flang] Explicitly map host associated symbols
Explicitly map host associated symbols in DoConcurrent with shared
locality-spec, clauses in OpenMP/OpenACC. The mapping of host-assoc
symbols is set to their parent SymbolBox. This is achieved through
a new interface function in the AbstractConverter.
This was already upstream for OpenMP.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D128518
Co-authored-by: Kiran Chandramohan <kiran.chandramohan at arm.com>
More information about the All-commits
mailing list