[mlir][linalg][bufferize][NFC] Remove InSpaceSpec from bufferizesToMemoryWrite
authorMatthias Springer <springerm@google.com>
Wed, 13 Oct 2021 00:50:43 +0000 (09:50 +0900)
committerMatthias Springer <springerm@google.com>
Wed, 13 Oct 2021 00:51:22 +0000 (09:51 +0900)
commit441485cc3d0fe36775902237203398530b84b332
tree2e93e1564d96bf8521691ebcce042e4014b119d2
parent0ee53231894f31ebe0772a7b3cca326b04abd46c
[mlir][linalg][bufferize][NFC] Remove InSpaceSpec from bufferizesToMemoryWrite

Move functionality into a separate function `isInplaceMemoryWrite`.

Differential Revision: https://reviews.llvm.org/D111040
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp