[all-commits] [llvm/llvm-project] 883912: Revert "[mlir] Introduce CloneOp and adapt test ca...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Mon Mar 29 03:49:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 883912abe669ef246ada0adc9cf1c9748b742400
https://github.com/llvm/llvm-project/commit/883912abe669ef246ada0adc9cf1c9748b742400
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M mlir/docs/BufferDeallocationInternals.md
M mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
R mlir/include/mlir/Dialect/MemRef/Utils/MemRefUtils.h
M mlir/include/mlir/Transforms/BufferUtils.h
M mlir/include/mlir/Transforms/Passes.h
M mlir/include/mlir/Transforms/Passes.td
M mlir/lib/Dialect/MemRef/CMakeLists.txt
A mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
R mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp
M mlir/lib/Transforms/BufferDeallocation.cpp
M mlir/lib/Transforms/BufferUtils.cpp
M mlir/lib/Transforms/CMakeLists.txt
A mlir/lib/Transforms/CopyRemoval.cpp
M mlir/test/Transforms/buffer-deallocation.mlir
M mlir/test/Transforms/canonicalize.mlir
A mlir/test/Transforms/copy-removal.mlir
Log Message:
-----------
Revert "[mlir] Introduce CloneOp and adapt test cases in BufferDeallocation."
This reverts commit 06b03800f3fcbf49f5ddd4145b40f04e4ba4eb42.
Until some kind of support for region args is added.
More information about the All-commits
mailing list