[mlir][linalg][bufferize] Relax tensor.insert_slice conflict rules
A tensor.insert_slice write does not conflict with a subsequent read of the source if the source is originating from a matching tensor.extract_slice. Differential Revision: https://reviews.llvm.org/D113446
Loading
Please sign in to comment