[Mlir-commits] [mlir] [MLIR][NFC] Fix the pass description to describe what it actually does. (PR #172306)
Mehdi Amini
llvmlistbot at llvm.org
Mon Dec 15 07:28:51 PST 2025
================
@@ -167,7 +167,7 @@ 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";
----------------
joker-eph wrote:
If you're there, can you actually fill the `let description = [{ ... }];` field so that we have a more comprehensive documentation about what the pass does?
https://github.com/llvm/llvm-project/pull/172306
More information about the Mlir-commits
mailing list