[PATCH] D147330: [Matrix] Refine cost estimate for dot-product.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 07:38:57 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.
Adjust lowerDotProduct cost estimate to include the cost benefits of:
- emitting a wide load
- emitting a wide multiply.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147330
Files:
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-float.ll
llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147330.510037.patch
Type: text/x-patch
Size: 33005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230331/2e0d358b/attachment.bin>
More information about the llvm-commits
mailing list