This is an archive of the discontinued LLVM Phabricator instance.

[Matrix] Remove redundant transpose with dot product lowering.
ClosedPublic

Authored by fhahn on Apr 15 2023, 7:05 AM.

Details

Summary

Extend dot-product handling to skip transposes of the first operand. As
this is a vector, the conversion between column and row vector via the
transpose isn't needed.

Diff Detail

Event Timeline

fhahn created this revision.Apr 15 2023, 7:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 7:05 AM
fhahn requested review of this revision.Apr 15 2023, 7:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 7:05 AM
This revision is now accepted and ready to land.May 10 2023, 11:37 AM
This revision was landed with ongoing or failed builds.May 14 2023, 2:07 PM
This revision was automatically updated to reflect the committed changes.