This patch lowers more cases of pointer assignments and
disassociations.
This patch is part of the upstreaming effort from fir-dev branch.
Paths
| Differential D121697
[flang] Lower more pointer assignments/disassociation cases ClosedPublic Authored by clementval on Mar 15 2022, 7:53 AM.
Details Summary This patch lowers more cases of pointer assignments and This patch is part of the upstreaming effort from fir-dev branch.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 15 2022, 8:50 AM Closed by commit rGa1425019e720: [flang] Lower more pointer assignments/disassociation cases (authored by clementval). · Explain WhyMar 15 2022, 2:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415570 flang/include/flang/Lower/AbstractConverter.h
flang/include/flang/Lower/ConvertVariable.h
flang/include/flang/Lower/SymbolMap.h
flang/lib/Lower/Bridge.cpp
flang/lib/Lower/ConvertExpr.cpp
flang/lib/Lower/ConvertVariable.cpp
flang/lib/Lower/IntrinsicCall.cpp
flang/lib/Lower/SymbolMap.cpp
flang/test/Lower/nullify.f90
flang/test/Lower/pointer-assignments.f90
flang/test/Lower/pointer-disassociate.f90
flang/test/Lower/pointer-initial-target-2.f90
flang/test/Lower/pointer-initial-target.f90
flang/test/Lower/pointer-reference.f90
flang/test/Lower/pointer-results-as-arguments.f90
flang/test/Lower/pointer-runtime.f90
flang/test/Lower/pointer.f90
|