This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement shape analysis of TRANSFER intrinsic function result
ClosedPublic

Authored by klausler on Aug 12 2020, 5:02 PM.

Details

Summary

The shape (esp. the size) of the result of a call to TRANSFER
is implemented according to the definition in the standard.

Diff Detail

Event Timeline

klausler created this revision.Aug 12 2020, 5:02 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Aug 12 2020, 5:02 PM
PeteSteinfeld accepted this revision.Aug 12 2020, 8:40 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Aug 12 2020, 8:40 PM