Fix last leaky MLIR integration test (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Sun, 3 Oct 2021 05:04:03 +0000 (05:04 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 3 Oct 2021 05:04:34 +0000 (05:04 +0000)
mlir/test/Integration/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir

index 48809d9..ec13195 100644 (file)
@@ -64,6 +64,7 @@ func @entry() {
   }
   call @transfer_read_2d(%A, %c0) : (memref<40xi32>, index) -> ()
 
+  memref.dealloc %A : memref<40xi32>
   return
 }