This is an archive of the discontinued LLVM Phabricator instance.

[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
polymorphic entity was not recognized as a scalar. Update the check
so polyrmorphic entity can be used.

Diff Detail