[PATCH] D79658: [mlir][Affine] Introduce affine.vector_load and affine.vector_store

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 23:23:16 PDT 2020


dcaballe updated this revision to Diff 263922.
dcaballe added a comment.

Enabled multi-dim vector loads/stores (minor fixes)
Added tests and doc examples.

I'll commit it tomorrow if no more comments.
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79658

Files:
  mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
  mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
  mlir/include/mlir/Dialect/Vector/VectorOps.td
  mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
  mlir/lib/Dialect/Affine/IR/AffineOps.cpp
  mlir/lib/Dialect/Vector/VectorOps.cpp
  mlir/test/Conversion/AffineToStandard/lower-affine-to-vector.mlir
  mlir/test/Dialect/Affine/invalid.mlir
  mlir/test/Dialect/Affine/load-store.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79658.263922.patch
Type: text/x-patch
Size: 37457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200514/27a22c07/attachment.bin>


More information about the llvm-commits mailing list