This is an archive of the discontinued LLVM Phabricator instance.

[flang] Simple array assignment lowering
ClosedPublic

Authored by clementval on Feb 24 2022, 9:44 AM.

Details

Summary

This patch handles lowering of simple array assignment.

a(:) = 10

or

a(1) = 1

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

Diff Detail

Event Timeline

clementval created this revision.Feb 24 2022, 9:44 AM
Herald added a project: Restricted Project. · View Herald Transcript
clementval requested review of this revision.Feb 24 2022, 9:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2022, 9:44 AM
PeteSteinfeld accepted this revision.Feb 24 2022, 10:23 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Feb 24 2022, 10:23 AM
schweitz accepted this revision.Feb 24 2022, 10:24 AM
This revision was automatically updated to reflect the committed changes.