Skip to content

Commit b8b35b9

Browse files
[mlir][linalg] Fix memory leak in runtime-verification.mlir (#137591)
This fixes the test when running with ASAN.
1 parent 959905a commit b8b35b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: mlir-opt %s -generate-runtime-verification \
22
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3+
// RUN: -buffer-deallocation-pipeline \
34
// RUN: -convert-linalg-to-loops \
45
// RUN: -expand-strided-metadata \
56
// RUN: -lower-affine \

0 commit comments

Comments
 (0)