[all-commits] [llvm/llvm-project] a43641: [mlir][bufferization] Fix `regionOperatesOnMemrefV...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Dec 11 15:56:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a43641c9dbd7e61d10f130858b55cf011260cebf
      https://github.com/llvm/llvm-project/commit/a43641c9dbd7e61d10f130858b55cf011260cebf
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

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

  Log Message:
  -----------
  [mlir][bufferization] Fix `regionOperatesOnMemrefValues` (#75016)

`Region::walk([](Block *b) {...})` does not enumerate blocks that are
direct children of the region. These blocks must be checked manually.




More information about the All-commits mailing list