This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Make ASSOCIATED() conform with standard
ClosedPublic

Authored by klausler on Jun 14 2022, 2:02 PM.

Details

Summary

ASSOCIATED() must be false for zero-sized arrays, and the
strides on a dimension are irrelevant when the extent is unitary.

Diff Detail

Event Timeline

klausler created this revision.Jun 14 2022, 2:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 2:02 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 14 2022, 2:02 PM
jeanPerier accepted this revision.Jun 15 2022, 11:50 PM

Looks good

This revision is now accepted and ready to land.Jun 15 2022, 11:50 PM
This revision was automatically updated to reflect the committed changes.