[Mlir-commits] [mlir] [mlir] [linalg] Fix bufferize error in tensor.parallel_insert_slice op (PR #98312)

Matthias Springer llvmlistbot at llvm.org
Thu Jul 11 01:02:06 PDT 2024


================
@@ -997,6 +998,11 @@ struct ParallelInsertSliceOpInterface
     rewriter.eraseOp(op);
     return success();
   }
+
+  LogicalResult resolveConflicts(Operation *op, RewriterBase &rewriter,
+                                 const AnalysisState &state) const {
+    return success();
----------------
matthias-springer wrote:

Can you add a comment here?

https://github.com/llvm/llvm-project/pull/98312


More information about the Mlir-commits mailing list