[PATCH] D136483: [mlir][MemRefToLLVM] Remove the code for lowering collaspe/expand_shape

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 10:10:02 PST 2022


qcolombet updated this revision to Diff 482911.
qcolombet retitled this revision from "[mlir][MemRefToLLVM] Reuse existing lowering for collaspe/expand_shape" to "[mlir][MemRefToLLVM] Remove the code for lowering collaspe/expand_shape".
qcolombet edited the summary of this revision.
qcolombet added a comment.
Herald added subscribers: hanchung, jsetoain, mravishankar.

- Rebase
- Move the expand/collapse_shape tests in  `expand-then-convert-to-llvm.mlir`, since now they require to run the expansion pass beforehand
- Update PR description


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136483

Files:
  mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
  mlir/test/Conversion/MemRefToLLVM/expand-then-convert-to-llvm.mlir
  mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
  mlir/test/Integration/Dialect/Linalg/CPU/test-collapse-tensor.mlir
  mlir/test/Integration/Dialect/Linalg/CPU/test-expand-tensor.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136483.482911.patch
Type: text/x-patch
Size: 67053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221214/84771cbe/attachment-0001.bin>


More information about the llvm-commits mailing list