[all-commits] [llvm/llvm-project] aab795: [mlir] run buffer deallocation in transform tutori...

ftynse via All-commits all-commits at lists.llvm.org
Mon Oct 2 07:08:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aab795a8dccbaf2ee199f2de174263ea4bd44e67
      https://github.com/llvm/llvm-project/commit/aab795a8dccbaf2ee199f2de174263ea4bd44e67
  Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
  Date:   2023-10-02 (Mon, 02 Oct 2023)

  Changed paths:
    M mlir/docs/Tutorials/transform/ChH.md
    M mlir/test/Examples/transform/ChH/full.mlir

  Log Message:
  -----------
  [mlir] run buffer deallocation in transform tutorial (#67978)

Buffer deallocation pipeline previously was incorrect when applied to
functions. It has since been fixed. Make sure it is exercised in the
tutorial to avoid leaking allocations.




More information about the All-commits mailing list