This is an archive of the discontinued LLVM Phabricator instance.

[flang] Support polymorphic inputs for the TRANSPOSE intrinsic
ClosedPublic

Authored by clementval on Feb 10 2023, 1:22 AM.

Details

Summary

Force TRANSPOSE with polymorphic inputs through the runtime call
and carry the polymorphic type information from the matrix to
the result.

Diff Detail

Event Timeline

clementval created this revision.Feb 10 2023, 1:22 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 10 2023, 1:22 AM
clementval requested review of this revision.Feb 10 2023, 1:22 AM
This revision is now accepted and ready to land.Feb 10 2023, 7:48 AM