[all-commits] [llvm/llvm-project] 72276b: [flang] Lower pointer component in derived type
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 10 11:21:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72276bdaff931910f62a84336b3e864ab48bac06
https://github.com/llvm/llvm-project/commit/72276bdaff931910f62a84336b3e864ab48bac06
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
A flang/include/flang/Lower/BuiltinModules.h
M flang/include/flang/Lower/ConvertExpr.h
M flang/include/flang/Lower/ConvertVariable.h
M flang/include/flang/Lower/Runtime.h
M flang/include/flang/Optimizer/Builder/BoxValue.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertVariable.cpp
M flang/lib/Lower/IntrinsicCall.cpp
M flang/lib/Lower/Runtime.cpp
M flang/lib/Optimizer/Builder/BoxValue.cpp
A flang/test/Lower/Intrinsics/associated.f90
A flang/test/Lower/derived-pointer-components.f90
A flang/test/Lower/derived-types-kind-params.f90
Log Message:
-----------
[flang] Lower pointer component in derived type
This patch lowers pointer component part of derived types to
FIR.
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D121383
Reviewed By: PeteSteinfeld, schweitz
Differential Revision: https://reviews.llvm.org/D121384
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list