[Mlir-commits] [mlir] [MLIR][NFC] Fix the pass description to describe what it actually does. (PR #172306)
Petr Kurapov
llvmlistbot at llvm.org
Tue Dec 16 06:01:36 PST 2025
================
@@ -167,8 +167,15 @@ def LinalgInlineScalarOperandsPass : Pass<"linalg-inline-scalar-operands"> {
}
def LinalgFoldIntoElementwisePass : Pass<"linalg-fold-into-elementwise"> {
- let summary = "Fold transform, broadcast and other ops into elementwise";
+ let summary = "Fold transform ops into elementwise";
let dependentDialects = ["linalg::LinalgDialect"];
+
+ let description = [{
+ Fold transform ops that feed `linalg.elementwise` into the elementwise op
----------------
kurapov-peter wrote:
Right, prof deformation... Thanks!
https://github.com/llvm/llvm-project/pull/172306
More information about the Mlir-commits
mailing list