[all-commits] [llvm/llvm-project] 764f95: [flang] Add lowering for host association
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Mar 7 10:57:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 764f95a8c78c33296aaee4a9ae8f1fba341a595b
https://github.com/llvm/llvm-project/commit/764f95a8c78c33296aaee4a9ae8f1fba341a595b
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Lower/CallInterface.h
M flang/include/flang/Optimizer/Builder/BoxValue.h
A flang/include/flang/Optimizer/Builder/LowLevelIntrinsics.h
M flang/include/flang/Optimizer/Dialect/FIRType.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Lower/CallInterface.cpp
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertVariable.cpp
A flang/lib/Lower/HostAssociations.cpp
M flang/lib/Optimizer/Builder/BoxValue.cpp
M flang/lib/Optimizer/Builder/CMakeLists.txt
A flang/lib/Optimizer/Builder/LowLevelIntrinsics.cpp
M flang/lib/Optimizer/Dialect/FIRType.cpp
A flang/test/Lower/host-associated.f90
Log Message:
-----------
[flang] Add lowering for host association
This patches adds the code to handle host association for
inner subroutines and functions.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D121134
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
More information about the All-commits
mailing list