[all-commits] [llvm/llvm-project] e3c4ab: [mlir][memref] Fix memory leaks in runtime verific...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Mar 14 22:57:06 PDT 2024


  Branch: refs/heads/users/matthias-springer/memref_verification_leak
  Home:   https://github.com/llvm/llvm-project
  Commit: e3c4abc154bfbcdfb5c928d43528845df93241b6
      https://github.com/llvm/llvm-project/commit/e3c4abc154bfbcdfb5c928d43528845df93241b6
  Author: Matthias Springer <springerm at google.com>
  Date:   2024-03-15 (Fri, 15 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

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