[all-commits] [llvm/llvm-project] 765506: [Matrix] Hoist address computation before multiply...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jul 2 01:54:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7655061cc64d76615e9215cd6dcbf5ee186363be
https://github.com/llvm/llvm-project/commit/7655061cc64d76615e9215cd6dcbf5ee186363be
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-dominance.ll
Log Message:
-----------
[Matrix] Hoist address computation before multiply to enable fusion.
If the store address does not dominate the matrix multiply, try to hoist
address computation instructions without side-effects and/or memory
reads before the multiply, to allow fusion.
Reviewed By: thegameg
Differential Revision: https://reviews.llvm.org/D105193
More information about the All-commits
mailing list