[Mlir-commits] [mlir] [MLIR][NFC] Fix the pass description to describe what it actually does. (PR #172306)
Adam Siemieniuk
llvmlistbot at llvm.org
Tue Dec 16 05:50:09 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";
----------------
adam-smnk wrote:
I feel the description should be a bit more abstract.
Now it's too implementation specific.
https://github.com/llvm/llvm-project/pull/172306
More information about the Mlir-commits
mailing list