[PATCH] D101762: [Matrix] Fold the transpose into the matmul operand used to fetch scalars
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 16:18:32 PDT 2021
anemet updated this revision to Diff 343525.
anemet marked 4 inline comments as done.
anemet added a comment.
Address Florian's comments. Also fix the testcase that I copied mine from re: --check-prefix=RM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101762/new/
https://reviews.llvm.org/D101762
Files:
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
llvm/test/Transforms/LowerMatrixIntrinsics/multiply-double-row-major.ll
llvm/test/Transforms/LowerMatrixIntrinsics/multiply-left-transpose-row-major.ll
llvm/test/Transforms/LowerMatrixIntrinsics/multiply-right-transpose.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101762.343525.patch
Type: text/x-patch
Size: 70134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/cee18f94/attachment-0001.bin>
More information about the llvm-commits
mailing list