This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower more cases of assignments on allocatable variables
ClosedPublic

Authored by clementval on Mar 2 2022, 8:27 AM.

Details

Summary

This patch enables the lowering of various allocatable assignements
for character type and numeric types.

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

Depends on D120819

Diff Detail

Event Timeline

clementval created this revision.Mar 2 2022, 8:27 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 2 2022, 8:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 8:27 AM
schweitz accepted this revision.Mar 2 2022, 8:40 AM
This revision is now accepted and ready to land.Mar 2 2022, 8:40 AM
PeteSteinfeld retitled this revision from [flang] Lower more case of assignments on allocatable variables to [flang] Lower more cases of assignments on allocatable variables.Mar 2 2022, 9:18 AM
PeteSteinfeld accepted this revision.Mar 2 2022, 9:24 AM

All builds and tests correctly and looks good.