This is an archive of the discontinued LLVM Phabricator instance.

[flang] Correct shape analysis for transformational intrinsic functions
ClosedPublic

Authored by klausler on Jan 14 2021, 12:56 PM.

Details

Summary

Correct the analysis of references to transformational intrinsic
functions that have different semantics based on the presence or
absence of a DIM= argument; add shape analysis for UNPACK().

Diff Detail

Event Timeline

klausler created this revision.Jan 14 2021, 12:56 PM
klausler requested review of this revision.Jan 14 2021, 12:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2021, 12:56 PM
jeanPerier accepted this revision.Jan 22 2021, 9:42 AM

Looks good to me.

This revision is now accepted and ready to land.Jan 22 2021, 9:42 AM