[Mlir-commits] [mlir] [mlir] Add apply_patterns.linalg.pad_vectorization TD Op (PR #112504)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Sat Oct 19 04:53:41 PDT 2024
================
@@ -2285,7 +2285,7 @@ static SmallVector<Value> ofrToIndexValues(RewriterBase &rewriter, Location loc,
return result;
}
-/// Rewrite a tensor::PadOp into a sequence of EmptyOp, FillOp and
+/// Rewrite a tensor::PadOp into a sequence of EmptyOp, FillOp/GenerateOp and
----------------
banach-space wrote:
Let me revert this change altogether, I will be refactoring this in #111349 and later.
https://github.com/llvm/llvm-project/pull/112504
More information about the Mlir-commits
mailing list