This is an archive of the discontinued LLVM Phabricator instance.

[flang] DATA statement processing (part 2/4): Initial images
ClosedPublic

Authored by klausler on Jun 18 2020, 4:07 PM.

Details

Summary

Defines a representation for the initialized memory image of
a variable. This image is populated by DATA statement
processing as designator elements are put into correspondence
with values, then converted into an initializer in the symbol
table so that lowering can pass the initial image to the
code generator.

Diff Detail

Event Timeline

klausler created this revision.Jun 18 2020, 4:07 PM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith accepted this revision.Jun 18 2020, 4:33 PM
This revision is now accepted and ready to land.Jun 18 2020, 4:33 PM
This revision was automatically updated to reflect the committed changes.