This is an archive of the discontinued LLVM Phabricator instance.

[flang] lower hlfir.matmul into fir runtime call
ClosedPublic

Authored by tblah on Feb 15 2023, 5:21 AM.

Details

Summary

We can't test lowering calls with hlfir.expr arguments yet because this
hits a not yet implemented: "get shape form HLFIR expr without producer
holding the shape".

Diff Detail

Event Timeline

tblah created this revision.Feb 15 2023, 5:21 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 15 2023, 5:21 AM
tblah requested review of this revision.Feb 15 2023, 5:21 AM
jeanPerier accepted this revision.Feb 16 2023, 6:23 AM

Looks good

This revision is now accepted and ready to land.Feb 16 2023, 6:23 AM
This revision was automatically updated to reflect the committed changes.