[Mlir-commits] [mlir] Bufferization with ControlFlow Asserts (PR #95868)

Matthias Springer llvmlistbot at llvm.org
Tue Jun 25 00:12:08 PDT 2024


================
@@ -269,3 +269,14 @@ func.func @materialize_in_dest_raw(%f: f32, %f2: f32, %idx: index) -> (tensor<5x
 
   return %0, %r : tensor<5xf32>, f32
 }
+
+// -----
+
+// CHECK-LABEL: func @func_with_assert(
----------------
matthias-springer wrote:

This file does not run the buffer deallocation pass. This test should be in `Bufferization/Transforms/OwnershipBasedBufferDeallocation/misc-other.mlir`.


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


More information about the Mlir-commits mailing list