[all-commits] [llvm/llvm-project] c10a77: [Matrix] Convert binop operand of dot product to a...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jun 7 12:45:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c10a7772bd7603cb6b252ef89e2009fa0c60dc94
https://github.com/llvm/llvm-project/commit/c10a7772bd7603cb6b252ef89e2009fa0c60dc94
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll
Log Message:
-----------
[Matrix] Convert binop operand of dot product to a row vector.
The dot product lowering will use the left operand as row vector.
If the operand is a binary op, convert it to operate on a row vector
instead of a column vector.
Depends on D148428.
Reviewed By: thegameg
Differential Revision: https://reviews.llvm.org/D148429
More information about the All-commits
mailing list