[PATCH] D83785: [Matrix] Change the definitions of the load/store intrinsics

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 09:26:56 PDT 2020


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: fhahn, anemet, Gerolf.
Herald added subscribers: tschuett, jdoerfert, hiraditya.
Herald added a project: LLVM.

This changes the definitions of the matrix load/store intrinsics to load/store from/to a pointer, and not to a vector, as discussed in D83477 <https://reviews.llvm.org/D83477>. I will commit this and D83477 <https://reviews.llvm.org/D83477> as 1 commit, put am putting this new bit up for review separately because that makes this part easier to review.


https://reviews.llvm.org/D83785

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/IR/Verifier.cpp
  llvm/test/Transforms/LowerMatrixIntrinsics/load-align-volatile.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/remarks-inlining.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/strided-load-double.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/strided-load-float.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/strided-load-i32.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/strided-store-double.ll
  llvm/test/Verifier/matrix-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83785.277869.patch
Type: text/x-patch
Size: 49510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/b6d0ae99/attachment.bin>


More information about the llvm-commits mailing list