This is an archive of the discontinued LLVM Phabricator instance.

[flang] Compile-time checks for shape conformance on assignments
ClosedPublic

Authored by klausler on Aug 18 2022, 11:22 AM.

Details

Summary

Assignment statements need to check for array shape conformance
errors that are discernable at compilation time.

Diff Detail

Event Timeline

klausler created this revision.Aug 18 2022, 11:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 18 2022, 11:22 AM
PeteSteinfeld accepted this revision.Aug 18 2022, 1:56 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Aug 18 2022, 1:56 PM