[all-commits] [llvm/llvm-project] 9e704a: [MLIR][MemRef] Add `alloca` support for `erase_dea...

Vitalii Shutov via All-commits all-commits at lists.llvm.org
Mon Jun 23 05:44:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e704a0aa1588f4a5204fb308c213819400a83cc
      https://github.com/llvm/llvm-project/commit/9e704a0aa1588f4a5204fb308c213819400a83cc
  Author: Vitalii Shutov <vitalii.shutov at arm.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/TransformOps/MemRefTransformOps.td
    M mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp
    M mlir/test/Dialect/MemRef/transform-ops.mlir

  Log Message:
  -----------
  [MLIR][MemRef] Add `alloca` support for `erase_dead_alloc_and_stores` (#142131)

Previously, `erase_dead_alloc_and_stores` didn't support
`memref.alloca`. This patch introduces support for it.

---------

Signed-off-by: Vitalii Shutov <vitalii.shutov at arm.com>



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