[PATCH] D75566: [Matrix] Add initial tiling for load/multiply/store chains.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 14:42:09 PST 2020


fhahn updated this revision to Diff 248324.
fhahn added a comment.

Use correct strides for loads/stores and ensure we always move the instructions  after the multiply/store to a new BB.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75566/new/

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.248324.patch
Type: text/x-patch
Size: 39454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200304/9d0f3a3c/attachment.bin>


More information about the llvm-commits mailing list