[all-commits] [llvm/llvm-project] e6ab86: [Matrix] Fix IsSupported check in lowerDotProduct.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Apr 13 11:00:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6ab86a88796667ede83bf839a8e1bdb103d4a80
https://github.com/llvm/llvm-project/commit/e6ab86a88796667ede83bf839a8e1bdb103d4a80
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll
Log Message:
-----------
[Matrix] Fix IsSupported check in lowerDotProduct.
The check incorrectly checks the RHS while LHS is transformed later.
Update to check LHS, which fixes a crash in the newly added test cases.
More information about the All-commits
mailing list