[all-commits] [llvm/llvm-project] 0cc2d2: [Matrix] Hoist load/store generation logic, add he...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Mar 19 12:28:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0cc2d2375165b553ea1774a25b6b2b1c931dca67
https://github.com/llvm/llvm-project/commit/0cc2d2375165b553ea1774a25b6b2b1c931dca67
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Log Message:
-----------
[Matrix] Hoist load/store generation logic, add helpers for tiled access.
This patch slightly generalizes the code to emit loads and stores of a
matrix and adds helpers to load/store a tile of a larger matrix.
This will be used in a follow-up patch introducing initial tiling.
Reviewers: anemet, Gerolf, hfinkel, andrew.w.kaylor, LuoYuanke
Reviewed By: anemet
Differential Revision: https://reviews.llvm.org/D75564
More information about the All-commits
mailing list