This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Handle scalar to array in hlfir.assign codegen.
ClosedPublic

Authored by jeanPerier on Jan 27 2023, 2:13 AM.

Details

Summary

The scalar must be placed in memory before creating descriptors and
calling the runtime assignment API.

Diff Detail

Event Timeline

jeanPerier created this revision.Jan 27 2023, 2:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 2:13 AM
jeanPerier requested review of this revision.Jan 27 2023, 2:13 AM
This revision is now accepted and ready to land.Jan 27 2023, 2:19 AM