[all-commits] [llvm/llvm-project] 77813b: [mlir][bufferization] OwnershipBasedBufferDealloca...

Martin Erhart via All-commits all-commits at lists.llvm.org
Wed Sep 27 00:16:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77813b088eb714ecb888c6804b265523fa254eb7
      https://github.com/llvm/llvm-project/commit/77813b088eb714ecb888c6804b265523fa254eb7
  Author: Martin Erhart <merhart at google.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M mlir/lib/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation.cpp
    M mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-callop-interface.mlir

  Log Message:
  -----------
  [mlir][bufferization] OwnershipBasedBufferDeallocation fixes (#67418)

* Properly handle the case where an op is deleted and thus no other
interfaces should be processed anymore.
* Don't add ownership indicator arguments and results to function
declarations




More information about the All-commits mailing list