[PATCH] D148207: [mlir][Tensor] Drop SplitPaddingPatterns.

Nicolas Vasilache via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 13 03:06:22 PDT 2023


nicolasvasilache created this revision.
Herald added subscribers: bviyer, hanchung, Moerafaat, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre, bixia.
Herald added a project: All.
nicolasvasilache requested review of this revision.
Herald added subscribers: cfe-commits, stephenneuendorffer.
Herald added projects: clang, MLIR.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148207

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148207.513142.patch
Type: text/x-patch
Size: 9756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230413/2d6deb9c/attachment.bin>


More information about the cfe-commits mailing list