This is an archive of the discontinued LLVM Phabricator instance.

[flang] Update ArrayValueCopy to support array_amend and array_access
ClosedPublic

Authored by clementval on Mar 9 2022, 8:39 AM.

Details

Summary

This patch update the array value copy pass to support fir-array_amend
and fir.array_access.

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

Diff Detail

Event Timeline

clementval created this revision.Mar 9 2022, 8:39 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Mar 9 2022, 8:39 AM
schweitz accepted this revision.Mar 9 2022, 9:53 AM
This revision is now accepted and ready to land.Mar 9 2022, 9:53 AM
PeteSteinfeld accepted this revision.Mar 9 2022, 10:08 AM

All builds and tests correctly and looks good.