Adjust lowerDotProduct cost estimate to include the cost benefits of:
- emitting a wide load
- emitting a wide multiply.
Paths
| Differential D147330
[Matrix] Refine cost estimate for dot-product. ClosedPublic Authored by fhahn on Mar 31 2023, 7:38 AM.
Details
Summary Adjust lowerDotProduct cost estimate to include the cost benefits of:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 31 2023, 9:51 AM fhahn added inline comments.
This revision was landed with ongoing or failed builds.Apr 14 2023, 3:35 AM Closed by commit rG98e50881e91f: [Matrix] Refine cost estimate for dot-product. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes. fhahn marked 2 inline comments as done.
Revision Contents
Diff 513521 llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-float.ll
llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll
|