When lowering an elemental intrinsic like MERGE, a scalar
polymorphic entity was not recognized as a scalar. Update the check
so polyrmorphic entity can be used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144417
[flang] Accept polymorphic scalar in elemental intrinsic lowering ClosedPublic Authored by clementval on Feb 20 2023, 11:15 AM.
Details Summary When lowering an elemental intrinsic like MERGE, a scalar
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 20 2023, 11:15 AM This revision is now accepted and ready to land.Feb 20 2023, 3:49 PM Closed by commit rG0c444ff514bf: [flang] Accept polymorphic scalar in elemental intrinsic lowering (authored by clementval). · Explain WhyFeb 21 2023, 1:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 498915 flang/lib/Optimizer/Builder/IntrinsicCall.cpp
flang/test/Lower/polymorphic-temp.f90
|