[all-commits] [llvm/llvm-project] 7adf66: [Matrix] Propagate and use shape information for l...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 9 02:21:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7adf6644f50a60a25f81c976b0f3a08320a63665
https://github.com/llvm/llvm-project/commit/7adf6644f50a60a25f81c976b0f3a08320a63665
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-01-09 (Thu, 09 Jan 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/test/Transforms/LowerMatrixIntrinsics/bigger-expressions-double.ll
M llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
Log Message:
-----------
[Matrix] Propagate and use shape information for loads.
This patch extends to shape propagation to also include load
instructions and implements shape aware lowering for vector loads.
Reviewers: anemet, Gerolf, reames, hfinkel, andrew.w.kaylor
Reviewed By: anemet
Differential Revision: https://reviews.llvm.org/D70900
More information about the All-commits
mailing list