Skip to content

Commit a9b6185

Browse files
[mlir][memref] Fix memory leaks in print-memref.mlir (llvm#137590)
This fixes the test when running with ASAN.
1 parent ffcca51 commit a9b6185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/test/Integration/Dialect/MemRef/print-memref.mlir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: mlir-opt %s \
22
// RUN: -one-shot-bufferize="bufferize-function-boundaries" --canonicalize \
3-
// RUN: -finalize-memref-to-llvm\
3+
// RUN: -buffer-deallocation-pipeline \
4+
// RUN: -finalize-memref-to-llvm \
45
// RUN: -convert-func-to-llvm -reconcile-unrealized-casts |\
56
// RUN: mlir-runner \
67
// RUN: -e entry -entry-point-result=void \

0 commit comments

Comments
 (0)