This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Support parenthesized polymorphic arrays.
ClosedPublic

Authored by vzakhari on Aug 7 2023, 11:39 AM.

Details

Summary

The parenthesis' operand is used as a mold for the generated
hlfir.elemental.

Depends on D157316

Diff Detail

Event Timeline

vzakhari created this revision.Aug 7 2023, 11:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2023, 11:39 AM
vzakhari requested review of this revision.Aug 7 2023, 11:39 AM
clementval accepted this revision.Aug 7 2023, 1:17 PM
clementval added a subscriber: clementval.

LGTM

This revision is now accepted and ready to land.Aug 7 2023, 1:17 PM
tblah accepted this revision.Aug 8 2023, 2:06 AM

LGTM

This revision was automatically updated to reflect the committed changes.