[PATCH] D148428: [Matrix] Remove redundant transpose with dot product lowering.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 15 07:05:37 PDT 2023
fhahn created this revision.
fhahn added reviewers: thegameg, anemet.
Herald added subscribers: StephenFan, tschuett, hiraditya.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148428
Files:
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-transpose-int.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148428.513901.patch
Type: text/x-patch
Size: 8340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230415/299325be/attachment.bin>
More information about the llvm-commits
mailing list