[all-commits] [llvm/llvm-project] 65341b: [mlir][bufferization][NFC] Move memref specific im...
Martin Erhart via All-commits
all-commits at lists.llvm.org
Wed Sep 20 05:50:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65341b09b0d54ce5318e26a63b84138695d2ac35
https://github.com/llvm/llvm-project/commit/65341b09b0d54ce5318e26a63b84138695d2ac35
Author: Martin Erhart <merhart at google.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
A mlir/include/mlir/Dialect/MemRef/Transforms/AllocationOpInterfaceImpl.h
M mlir/include/mlir/InitAllDialects.h
M mlir/lib/Dialect/Bufferization/TransformOps/BufferizationTransformOps.cpp
M mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
A mlir/lib/Dialect/MemRef/Transforms/AllocationOpInterfaceImpl.cpp
M mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][bufferization][NFC] Move memref specific implementation of AllocationOpInterface to memref dialect directory (#66637)
Follow-up on #65578
More information about the All-commits
mailing list