[all-commits] [llvm/llvm-project] b1b57f: [mlir][linalg] Support padding LinalgOps in use-de...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Thu Mar 24 03:47:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1b57f8104ab7abb442d24436feb3b4ac2b44184
      https://github.com/llvm/llvm-project/commit/b1b57f8104ab7abb442d24436feb3b4ac2b44184
  Author: gysit <gysit at google.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/test/Dialect/Linalg/pad.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp

  Log Message:
  -----------
  [mlir][linalg] Support padding LinalgOps in use-def chain.

Previously, only LinalgOps whose operands are defined by an ExtractSliceOp could be padded. The revision supports walking a use-def chain of LinalgOps to find an ExtractSliceOp.

Reviewed By: hanchung

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




More information about the All-commits mailing list