[all-commits] [llvm/llvm-project] 248e11: [mlir][bufferize][NFC] Move helper functions to Bu...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed May 11 07:23:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 248e113e9f6e583ed93e52de621a89d098c6d79e
https://github.com/llvm/llvm-project/commit/248e113e9f6e583ed93e52de621a89d098c6d79e
Author: Matthias Springer <springerm at google.com>
Date: 2022-05-11 (Wed, 11 May 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
Log Message:
-----------
[mlir][bufferize][NFC] Move helper functions to BufferizationOptions
Move helper functions for creating allocs/deallocs/memcpys to BufferizationOptions.
Differential Revision: https://reviews.llvm.org/D125375
More information about the All-commits
mailing list