[PATCH] D75564: [Matrix] Hoist load/store generation logic, add helpers for tiled access.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 13:47:15 PST 2020
fhahn created this revision.
fhahn added reviewers: anemet, Gerolf, hfinkel, andrew.w.kaylor, LuoYuanke.
Herald added subscribers: tschuett, hiraditya.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75564
Files:
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75564.248013.patch
Type: text/x-patch
Size: 6409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/3366fab8/attachment-0001.bin>
More information about the llvm-commits
mailing list