[all-commits] [llvm/llvm-project] 2031d7: [mlir][Tensor] Drop SplitPaddingPatterns.

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Apr 13 03:41:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2031d7d66dc8bf7ce2168edf6eef6ba568c16d4f
      https://github.com/llvm/llvm-project/commit/2031d7d66dc8bf7ce2168edf6eef6ba568c16d4f
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M clang/docs/tools/clang-formatted-files.txt
    M mlir/include/mlir/Dialect/Tensor/Transforms/Transforms.h
    M mlir/lib/Dialect/Tensor/Transforms/CMakeLists.txt
    R mlir/lib/Dialect/Tensor/Transforms/SplitPaddingPatterns.cpp
    R mlir/test/Dialect/Tensor/split-padding.mlir
    M mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp

  Log Message:
  -----------
  [mlir][Tensor] Drop SplitPaddingPatterns.

These old patterns are not in use in either MLIR or downstream projects except for one test.
Additionally this is redundant with logic in the tensor.pad tiling implementation.

Drop SplitPaddingPatterns to reduce entropy.

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




More information about the All-commits mailing list