[Mlir-commits] [mlir] cb2e0eb - Fix last leaky MLIR integration test (NFC)

Mehdi Amini llvmlistbot at llvm.org
Sat Oct 2 22:04:48 PDT 2021


Author: Mehdi Amini
Date: 2021-10-03T05:04:34Z
New Revision: cb2e0eb68e676d9f6752bb74a64ef783acae9e67

URL: https://github.com/llvm/llvm-project/commit/cb2e0eb68e676d9f6752bb74a64ef783acae9e67
DIFF: https://github.com/llvm/llvm-project/commit/cb2e0eb68e676d9f6752bb74a64ef783acae9e67.diff

LOG: Fix last leaky MLIR integration test (NFC)

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir

Removed: 
    


################################################################################
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 48809d91c9209..ec131959e0819 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
 }
 


        


More information about the Mlir-commits mailing list