Revert "[mlir] Introduce CloneOp and adapt test cases in BufferDeallocation."
authorAlexander Belyaev <pifon@google.com>
Mon, 29 Mar 2021 10:47:59 +0000 (12:47 +0200)
committerAlexander Belyaev <pifon@google.com>
Mon, 29 Mar 2021 10:47:59 +0000 (12:47 +0200)
commit883912abe669ef246ada0adc9cf1c9748b742400
tree6dca8f6f5134b160609f74f15402d9ea6e29e20b
parent69e7b7457809bac02f3e6f7d643c4fb516b31616
Revert "[mlir] Introduce CloneOp and adapt test cases in BufferDeallocation."

This reverts commit 06b03800f3fcbf49f5ddd4145b40f04e4ba4eb42.
Until some kind of support for region args is added.
18 files changed:
mlir/docs/BufferDeallocationInternals.md
mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/include/mlir/Dialect/MemRef/Utils/MemRefUtils.h [deleted file]
mlir/include/mlir/Transforms/BufferUtils.h
mlir/include/mlir/Transforms/Passes.h
mlir/include/mlir/Transforms/Passes.td
mlir/lib/Dialect/MemRef/CMakeLists.txt
mlir/lib/Dialect/MemRef/IR/CMakeLists.txt [new file with mode: 0644]
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp [deleted file]
mlir/lib/Transforms/BufferDeallocation.cpp
mlir/lib/Transforms/BufferUtils.cpp
mlir/lib/Transforms/CMakeLists.txt
mlir/lib/Transforms/CopyRemoval.cpp [new file with mode: 0644]
mlir/test/Transforms/buffer-deallocation.mlir
mlir/test/Transforms/canonicalize.mlir
mlir/test/Transforms/copy-removal.mlir [new file with mode: 0644]