[Mlir-commits] [mlir] [MLIR/linalg] Update arg name of `generalizeNamedOp` in `Transforms.h` (PR #123679)
Renato Golin
llvmlistbot at llvm.org
Tue Jan 21 03:18:44 PST 2025
================
@@ -699,11 +699,11 @@ FailureOr<GenericOp> interchangeGenericOp(RewriterBase &rewriter,
GenericOp genericOp,
ArrayRef<unsigned> interchangeVector);
-/// Create a GenericOp from the given named operation `namedOp` and replace
-/// namedOp.
+/// Create a GenericOp from the given named operation `linalgOp` and replace
+/// the given `linalgOp`.
----------------
rengolin wrote:
you missed one below. :)
https://github.com/llvm/llvm-project/pull/123679
More information about the Mlir-commits
mailing list