[Mlir-commits] [mlir] [mlir][bufferization] Implement BufferDeallocationopInterface for scf.forall.in_parallel (PR #66351)

Matthias Springer llvmlistbot at llvm.org
Thu Sep 14 07:03:53 PDT 2023


================
@@ -0,0 +1,24 @@
+// RUN: mlir-opt -verify-diagnostics -ownership-based-buffer-deallocation \
+// RUN:   -buffer-deallocation-simplification -split-input-file %s | FileCheck %s
+
+func.func @parallel_insert_slice_no_conflict(%arg0: index) {
----------------
matthias-springer wrote:

Nit: Remove `no_conflict`

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


More information about the Mlir-commits mailing list