Use the runtime when there lhs or rhs is polymorphic. The runtime
allows to deal better with polymorphic entities and aliasing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144418
[flang] Use runtime Assign when rhs is polymorphic ClosedPublic Authored by clementval on Feb 20 2023, 11:17 AM.
Details Summary Use the runtime when there lhs or rhs is polymorphic. The runtime
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 20 2023, 11:17 AM This revision is now accepted and ready to land.Feb 20 2023, 4:01 PM Closed by commit rG33c29a82a9b3: [flang] Use runtime Assign when rhs is polymorphic (authored by clementval). · Explain WhyFeb 21 2023, 1:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 498916 flang/lib/Lower/Bridge.cpp
flang/test/Lower/polymorphic.f90
|