[all-commits] [llvm/llvm-project] de18b7: Revert "[mlir] Move AllocationOpInterface to Buffe...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Mon Nov 22 12:37:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de18b7dee6a81e5e790c8e8060065b1ef72d13ed
https://github.com/llvm/llvm-project/commit/de18b7dee6a81e5e790c8e8060065b1ef72d13ed
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
R mlir/include/mlir/Dialect/Bufferization/CMakeLists.txt
R mlir/include/mlir/Dialect/Bufferization/IR/AllocationOpInterface.h
R mlir/include/mlir/Dialect/Bufferization/IR/AllocationOpInterface.td
R mlir/include/mlir/Dialect/Bufferization/IR/CMakeLists.txt
M mlir/include/mlir/Dialect/CMakeLists.txt
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/Interfaces/SideEffectInterfaces.td
R mlir/lib/Dialect/Bufferization/CMakeLists.txt
R mlir/lib/Dialect/Bufferization/IR/AllocationOpInterface.cpp
R mlir/lib/Dialect/Bufferization/IR/CMakeLists.txt
M mlir/lib/Dialect/CMakeLists.txt
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Transforms/BufferDeallocation.cpp
M mlir/lib/Transforms/CMakeLists.txt
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Revert "[mlir] Move AllocationOpInterface to Bufferize/IR/AllocationOpInterface.td."
This reverts commit 3028bca6a987e424365ca67f6dc29e037e52ea11.
For some reason using FallbackModel works with CMake and does not work
with bazel. Using `ExternalModel` works. I will check what's going on
and resubmit tomorrow.
More information about the All-commits
mailing list