[all-commits] [llvm/llvm-project] caa2a4: [mlir][bufferization] Remove `deallocationFn` from...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Sep 22 06:14:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: caa2a4ae6a5e6362b4b1090e8a23c0126fd7448f
      https://github.com/llvm/llvm-project/commit/caa2a4ae6a5e6362b4b1090e8a23c0126fd7448f
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
    M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
    M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp

  Log Message:
  -----------
  [mlir][bufferization] Remove `deallocationFn` from `BufferizationOptions` (#67128)

One-Shot Bufferize no longer deallocates buffers, so `deallocationFn`
can be removed.

Note: There is a `bufferization.dealloc_tensor` op that now always
bufferizes to `memref.dealloc`. This op will be phased out soon.




More information about the All-commits mailing list