[all-commits] [llvm/llvm-project] a14250: [flang] Lower more pointer assignments/disassociat...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Mar 15 14:00:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1425019e7207e8dc53e627aacfd547415a10b35
https://github.com/llvm/llvm-project/commit/a1425019e7207e8dc53e627aacfd547415a10b35
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Lower/ConvertVariable.h
M flang/include/flang/Lower/SymbolMap.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/SymbolMap.cpp
A flang/test/Lower/nullify.f90
A flang/test/Lower/pointer-assignments.f90
A flang/test/Lower/pointer-disassociate.f90
A flang/test/Lower/pointer-initial-target-2.f90
A flang/test/Lower/pointer-initial-target.f90
A flang/test/Lower/pointer-reference.f90
A flang/test/Lower/pointer-results-as-arguments.f90
A flang/test/Lower/pointer-runtime.f90
A flang/test/Lower/pointer.f90
Log Message:
-----------
[flang] Lower more pointer assignments/disassociation cases
This patch lowers more cases of pointer assignments and
disassociations.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld, schweitz
Differential Revision: https://reviews.llvm.org/D121697
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: mleair <leairmark at gmail.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list