[Mlir-commits] [mlir] [mlir] Add apply_patterns.linalg.pad_vectorization TD Op (PR #112504)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Oct 25 10:37:48 PDT 2024
================
@@ -2712,6 +2712,9 @@ struct PadOpVectorizationWithInsertSlicePattern
void mlir::linalg::populatePadOpVectorizationPatterns(
RewritePatternSet &patterns, PatternBenefit baseBenefit) {
+ // TODO: The following pattern implements "decomposition" and
----------------
banach-space wrote:
This is meant to match the code below rather than the indented arguments above :)
https://github.com/llvm/llvm-project/pull/112504
More information about the Mlir-commits
mailing list