Record type was not correctly retrived so the runtime call was not
produced correctly.
Fix how the record type is retrived so the correct call is
produced.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139084
[flang] Make sure PointerNullifyDerived is called on pointer array ClosedPublic Authored by clementval on Dec 1 2022, 1:35 AM.
Details Summary Record type was not correctly retrived so the runtime call was not
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 1 2022, 1:35 AM This revision is now accepted and ready to land.Dec 1 2022, 1:45 AM This revision was landed with ongoing or failed builds.Dec 1 2022, 2:18 AM Closed by commit rGef063270631a: [flang] Make sure PointerNullifyDerived is called on pointer array (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479210 flang/include/flang/Optimizer/Dialect/FIRType.h
flang/lib/Optimizer/Builder/MutableBox.cpp
flang/lib/Optimizer/CodeGen/CodeGen.cpp
flang/lib/Optimizer/Dialect/FIRType.cpp
flang/test/Lower/polymorphic.f90
|