This is an archive of the discontinued LLVM Phabricator instance.

[flang] Improve compile-time shape conformance checking
ClosedPublic

Authored by klausler on Aug 31 2020, 12:21 PM.

Details

Summary

Conformance checking of the shapes of the operands of
array expressions can't, of course, always be done at
compilation time; but when the shapes are known and
nonconformable, we should catch the errors that we can.

Diff Detail

Event Timeline

klausler created this revision.Aug 31 2020, 12:21 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Aug 31 2020, 12:21 PM
PeteSteinfeld accepted this revision.Aug 31 2020, 1:06 PM

Builds, tests, and looks good.

This revision is now accepted and ready to land.Aug 31 2020, 1:06 PM
This revision was automatically updated to reflect the committed changes.