[all-commits] [llvm/llvm-project] a3ca57: [Matrix] Fix crash during fusion if the same load ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jul 2 06:00:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3ca578eb912b6954002914d50f847f45e699ded
https://github.com/llvm/llvm-project/commit/a3ca578eb912b6954002914d50f847f45e699ded
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused.ll
Log Message:
-----------
[Matrix] Fix crash during fusion if the same load is re-used.
This patch fixes a crash when the same load is used for both operands of
a fuseable multiply.
More information about the All-commits
mailing list