[PATCH] D75566: [Matrix] Add initial tiling for multiplies.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 13:47:17 PST 2020


fhahn created this revision.
Herald added subscribers: llvm-commits, tschuett, hiraditya.
Herald added a project: LLVM.
fhahn edited the summary of this revision.
fhahn added reviewers: anemet, Gerolf, hfinkel, andrew.w.kaylor, LuoYuanke.

This patch adds initial fusion for load/multiply/store chains of matrix
operations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75566

Files:
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75566.248015.patch
Type: text/x-patch
Size: 38428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/833cf0d8/attachment-0001.bin>


More information about the llvm-commits mailing list