[all-commits] [llvm/llvm-project] fadc38: [mlir][memref] Fix memory leaks in runtime verific...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Mar 15 20:14:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fadc38efed815511c21032abab4b71e4320adc1c
https://github.com/llvm/llvm-project/commit/fadc38efed815511c21032abab4b71e4320adc1c
Author: Matthias Springer <me at m-sp.org>
Date: 2024-03-16 (Sat, 16 Mar 2024)
Changed paths:
M mlir/test/Integration/Dialect/Memref/reinterpret-cast-runtime-verification.mlir
M mlir/test/Integration/Dialect/Memref/subview-runtime-verification.mlir
Log Message:
-----------
[mlir][memref] Fix memory leaks in runtime verification tests (#85362)
Change `memref.alloc` to `memref.alloca`, which does not require manual
deallocation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list