Dyanamic shape support for memref reassociation reshape ops
authorYi Zhang <cathyzhyi@google.com>
Mon, 19 Jul 2021 22:10:13 +0000 (15:10 -0700)
committerMaheshRavishankar <ravishankarm@google.com>
Mon, 19 Jul 2021 22:14:36 +0000 (15:14 -0700)
commit381c3b92997528404a7e39afe1353eaf6b6af924
tree877ce741de197eb95244cdc25852b5b703ab0532
parent4402d0d4fbdb903bd61238a06cfad29b4dd2da0b
Dyanamic shape support for memref reassociation reshape ops

Only memref with identity layout map is supported for now.

Reviewed By: mravishankar

Differential Revision: https://reviews.llvm.org/D106180
mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
mlir/test/Integration/Dialect/Linalg/CPU/test-collapse-tensor.mlir [new file with mode: 0644]
mlir/test/Integration/Dialect/Linalg/CPU/test-expand-tensor.mlir [new file with mode: 0644]