From cb2e0eb68e676d9f6752bb74a64ef783acae9e67 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Sun, 3 Oct 2021 05:04:03 +0000 Subject: [PATCH] Fix last leaky MLIR integration test (NFC) --- mlir/test/Integration/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/test/Integration/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir b/mlir/test/Integration/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir index 48809d9..ec13195 100644 --- a/mlir/test/Integration/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir +++ b/mlir/test/Integration/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir @@ -64,6 +64,7 @@ func @entry() { } call @transfer_read_2d(%A, %c0) : (memref<40xi32>, index) -> () + memref.dealloc %A : memref<40xi32> return } -- 2.7.4