This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Remove padding from tiling options.
ClosedPublic

Authored by gysit on Nov 8 2021, 12:12 AM.

Details

Summary

Remove the padding options from the tiling options since padding is now implemented by a separate pattern/pass introduced in https://reviews.llvm.org/D112412.

The revsion remove the tile-and-pad-tensors.mlir and replaces it with the pad.mlir that tests padding in isolation (without tiling). Similarly, hoist-padding.mlir is replaced by pad-and-hoist.mlir introduced in https://reviews.llvm.org/D112713.

Depends On D112838

Diff Detail

mlir/test/Dialect/Linalg/pad.mlir