[all-commits] [llvm/llvm-project] 498f5a: [mlir][linalg] Remove duplicate tensor.pad lowerin...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Jun 22 02:38:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 498f5ae94d3b32724f6f10fb2b47616c2e04540e
      https://github.com/llvm/llvm-project/commit/498f5ae94d3b32724f6f10fb2b47616c2e04540e
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    R mlir/test/Dialect/Linalg/lower-pad-tensor.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [mlir][linalg] Remove duplicate tensor.pad lowering pattern

There is another transform that lowers tensor.pad to tensor.empty + linalg.fill + tensor.insert_slice: `transform.structured.rewrite_in_destination_passing_style`. Delete the other transform.

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




More information about the All-commits mailing list