This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] lower hlfir.matmul_transpose to runtime call
ClosedPublic

Authored by tblah on Mar 13 2023, 10:10 AM.

Diff Detail

Event Timeline

tblah created this revision.Mar 13 2023, 10:10 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
tblah requested review of this revision.Mar 13 2023, 10:10 AM
tblah updated this revision to Diff 505015.Mar 14 2023, 3:45 AM

Changed the signature of MatmulTransposeOPConversion::matchAndRewrite to match
the signature in required by the new base class mlir::OpRewritePattern (due to
changes in D145503).

This revision is now accepted and ready to land.Mar 17 2023, 1:15 AM
This revision was automatically updated to reflect the committed changes.