[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.
parent
6ed1daa0
Please register or sign in to comment