This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix to IsDescriptor
ClosedPublic

Authored by klausler on May 4 2020, 12:01 PM.

Details

Summary

IsDescriptor was returning false for a component whose shape depended
on a length parameter. Change it to return true for any array with
non-constant bounds.

Diff Detail

Event Timeline

klausler created this revision.May 4 2020, 12:01 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler retitled this revision from Fix to IsDescriptor to [flang] Fix to IsDescriptor.May 4 2020, 12:12 PM
sscalpone accepted this revision.May 4 2020, 11:09 PM
This revision is now accepted and ready to land.May 4 2020, 11:09 PM
This revision was automatically updated to reflect the committed changes.