[PATCH] D76325: [Matrix] Add option to use row-major matrix layout as default.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 05:22:52 PDT 2020


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

Adjust documentation in a few more places, add assertions to make sure operands of binary ops agree on the layout.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76325

Files:
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/test/Transforms/LowerMatrixIntrinsics/multiply-add-sub-double-row-major.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/multiply-double-row-major.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused-multiple-blocks.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/multiply-i32-row-major.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76325.253557.patch
Type: text/x-patch
Size: 95791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200330/650d2e33/attachment-0001.bin>


More information about the llvm-commits mailing list