[all-commits] [llvm/llvm-project] 78148e: [Matrix] Fix crash during dot product lowering.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Apr 12 07:09:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78148eba491142ddda3b8de8199b6d80fb34ed1a
https://github.com/llvm/llvm-project/commit/78148eba491142ddda3b8de8199b6d80fb34ed1a
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll
Log Message:
-----------
[Matrix] Fix crash during dot product lowering.
Perform dot-product lowering before instruction fusion to avoid crash in
newly added test. Also update lowerDotProduct to properly mark optimized
matmul as fused.
More information about the All-commits
mailing list