[Mlir-commits] [mlir] [mlir][linalg] Fix memory leak in `runtime-verification.mlir` (PR #137591)
Matthias Springer
llvmlistbot at llvm.org
Mon Apr 28 00:47:39 PDT 2025
https://github.com/matthias-springer created https://github.com/llvm/llvm-project/pull/137591
None
>From 66693e46f74368187aaa891307d61837e3582668 Mon Sep 17 00:00:00 2001
From: Matthias Springer <mspringer at nvidia.com>
Date: Mon, 28 Apr 2025 09:46:21 +0200
Subject: [PATCH] [mlir][linalg] Fix memory leak in `runtime-verification.mlir`
---
.../Integration/Dialect/Linalg/CPU/runtime-verification.mlir | 1 +
1 file changed, 1 insertion(+)
diff --git a/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir b/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir
index 460b198a23339..5a1bcc7d893bc 100644
--- a/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir
+++ b/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir
@@ -1,5 +1,6 @@
// RUN: mlir-opt %s -generate-runtime-verification \
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
+// RUN: -buffer-deallocation-pipeline \
// RUN: -convert-linalg-to-loops \
// RUN: -expand-strided-metadata \
// RUN: -lower-affine \
More information about the Mlir-commits
mailing list