This is an archive of the discontinued LLVM Phabricator instance.

[flang] Ensure that structure constructors fold parameter references
ClosedPublic

Authored by klausler on May 6 2022, 11:55 AM.

Details

Summary

Structure contructors for instances of parameterized derived types
must have their components' values folded in the context of the values
of the type parameters.

Diff Detail

Event Timeline

klausler created this revision.May 6 2022, 11:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 6 2022, 11:55 AM
PeteSteinfeld accepted this revision.May 6 2022, 2:34 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.May 6 2022, 2:34 PM
This revision was landed with ongoing or failed builds.May 9 2022, 4:10 PM
This revision was automatically updated to reflect the committed changes.