[all-commits] [llvm/llvm-project] d144cf: [MLIR][MemRef] Nested allocation scope inlining

William Moses via All-commits all-commits at lists.llvm.org
Fri Mar 18 10:04:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d144cf5a9873f886abe2f9ae93977eadcb9c7958
      https://github.com/llvm/llvm-project/commit/d144cf5a9873f886abe2f9ae93977eadcb9c7958
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
    M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
    M mlir/test/Dialect/MemRef/canonicalize.mlir

  Log Message:
  -----------
  [MLIR][MemRef] Nested allocation scope inlining

If a stack allocation is within a nested allocation scope
don't count that as an allocation of the outer allocation scope
that would prevent inlining.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D121981




More information about the All-commits mailing list