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.
Paths
| Differential D75564
[Matrix] Hoist load/store generation logic, add helpers for tiled access. ClosedPublic Authored by fhahn on Mar 3 2020, 1:41 PM.
Details Summary This patch slightly generalizes the code to emit loads and stores of a This will be used in a follow-up patch introducing initial tiling.
Diff Detail
Event Timelinefhahn added a child revision: D75566: [Matrix] Add initial tiling for load/multiply/store chains..Mar 3 2020, 1:49 PM This revision is now accepted and ready to land.Mar 19 2020, 10:11 AM Closed by commit rG0cc2d2375165: [Matrix] Hoist load/store generation logic, add helpers for tiled access. (authored by fhahn). · Explain WhyMar 19 2020, 12:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 251448 llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
|