This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] MayAlias() must be false for Unallocated descriptors
ClosedPublic

Authored by klausler on Feb 15 2023, 1:18 PM.

Details

Summary

When either descriptor argument to MayAlias() is not allocated, the
result must be false by definition, since the values of the extents
in the dimensional information may be uninitialized.

Diff Detail

Event Timeline

klausler created this revision.Feb 15 2023, 1:18 PM
klausler requested review of this revision.Feb 15 2023, 1:18 PM
vzakhari accepted this revision.Feb 15 2023, 1:23 PM
This revision is now accepted and ready to land.Feb 15 2023, 1:23 PM
This revision was landed with ongoing or failed builds.Feb 15 2023, 1:25 PM
This revision was automatically updated to reflect the committed changes.