[PATCH] D146724: [mlir][MemRef] Add patterns to extract address computations

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 09:10:51 PDT 2023


qcolombet updated this revision to Diff 508123.
qcolombet added a comment.

- Remove the test pass
- Add a tranform op instead
- Add a comment for strides when creating the subview
- Add a test for non-1 strides (only for vector.transfer_write, @nicolasvasilache let me know if you want more)
- Report failures with notifyMatchFailure


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146724

Files:
  mlir/include/mlir/Dialect/MemRef/TransformOps/MemRefTransformOps.td
  mlir/include/mlir/Dialect/MemRef/Transforms/Transforms.h
  mlir/lib/Dialect/MemRef/TransformOps/CMakeLists.txt
  mlir/lib/Dialect/MemRef/TransformOps/MemRefTransformOps.cpp
  mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt
  mlir/lib/Dialect/MemRef/Transforms/ExtractAddressComputations.cpp
  mlir/test/Dialect/MemRef/extract-address-computations.mlir
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146724.508123.patch
Type: text/x-patch
Size: 45132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/21f66517/attachment.bin>


More information about the llvm-commits mailing list