[Mlir-commits] [mlir] [mlir][linalg] Fix memory leak in `runtime-verification.mlir` (PR #137591)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Apr 28 00:48:12 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/137591.diff
1 Files Affected:
- (modified) mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir (+1)
``````````diff
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 \
``````````
</details>
https://github.com/llvm/llvm-project/pull/137591
More information about the Mlir-commits
mailing list