[Mlir-commits] [mlir] [MLIR/linalg] Update arg name of `generalizeNamedOp` in `Transforms.h` (PR #123679)

Hyunsung Lee llvmlistbot at llvm.org
Tue Jan 21 03:35:27 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`.
----------------
ita9naiwa wrote:

Updated, Thanks!

https://github.com/llvm/llvm-project/pull/123679


More information about the Mlir-commits mailing list