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

Matthias Springer llvmlistbot at llvm.org
Wed Jul 10 06:31:00 PDT 2024


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

Oh wait, this is the `parallel_insert_slice` op....

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


More information about the Mlir-commits mailing list