[all-commits] [llvm/llvm-project] 6de04e: [mlir][bufferization] Adding the optimize-allocati...

Dennis Filimonov via All-commits all-commits at lists.llvm.org
Wed Aug 14 04:23:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6de04e6fe8b1520ef3e4073ff222e623b7dc9cb9
      https://github.com/llvm/llvm-project/commit/6de04e6fe8b1520ef3e4073ff222e623b7dc9cb9
  Author: Dennis Filimonov <dennis.filimonov at gmail.com>
  Date:   2024-08-14 (Wed, 14 Aug 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
    M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
    M mlir/lib/Dialect/Bufferization/Transforms/CMakeLists.txt
    A mlir/lib/Dialect/Bufferization/Transforms/OptimizeAllocationLiveness.cpp
    A mlir/test/Dialect/Bufferization/Transforms/optimize-allocation-liveness.mlir

  Log Message:
  -----------
  [mlir][bufferization] Adding the optimize-allocation-liveness pass (#101827)

Adding a pass that is expected to run after the deallocation pipeline
and will move buffer deallocations right after their last user or
dependency, thus optimizing the allocation liveness.



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