This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower of elemental calls in array expression
ClosedPublic

Authored by clementval on Mar 11 2022, 9:05 AM.

Details

Summary

This patch adds tests and missing lowering
code to lower elemental function/subroutine calls
in array expression

This patch is part of the upstreaming effort from fir-dev branch.

Diff Detail

Event Timeline

clementval created this revision.Mar 11 2022, 9:05 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 11 2022, 9:05 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Mar 11 2022, 9:05 AM
PeteSteinfeld accepted this revision.Mar 11 2022, 9:34 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 11 2022, 9:34 AM
This revision was automatically updated to reflect the committed changes.