This is an archive of the discontinued LLVM Phabricator instance.

[flang] Shape analysis for result of MATMUL
ClosedPublic

Authored by klausler on Jun 19 2020, 6:28 PM.

Details

Summary

Implement shape analysis for the result of the MATMUL
generic transformational intrinsic function, based on
the shapes of its arguments. Correct the names of the
arguments to match the standard, too.

Diff Detail

Event Timeline

klausler created this revision.Jun 19 2020, 6:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
PeteSteinfeld accepted this revision.Jun 20 2020, 10:18 AM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Jun 20 2020, 10:18 AM
This revision was automatically updated to reflect the committed changes.