This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower intrinsic assignment to fir.assign
ClosedPublic

Authored by jeanPerier on Nov 15 2022, 2:03 AM.

Details

Summary

Lower intrinsic assignment to hlfir.assign, except when the LHS
is a whole allocatable (this part will be done later to keep patch
simpler).

Depends on D138012

Diff Detail

Event Timeline

jeanPerier created this revision.Nov 15 2022, 2:03 AM
Herald added a project: Restricted Project. · View Herald Transcript
jeanPerier requested review of this revision.Nov 15 2022, 2:03 AM
This revision is now accepted and ready to land.Nov 15 2022, 2:07 AM
This revision was automatically updated to reflect the committed changes.