diff --git a/mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp b/mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp --- a/mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp +++ b/mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp @@ -252,7 +252,8 @@ p.printOptionalAttrDict( op->getAttrs(), /*elidedAttrs=*/{"operand_segment_sizes", - // See generated code in mlir-linalg-yaml-gen.cpp + // See generated code in + // LinalgNamedStructuredOps.yamlgen.cpp.inc "linalg.memoized_indexing_maps"}); // Printing is shared with generic ops, except for the region and @@ -270,7 +271,8 @@ // TODO: Move this to a utility library. // The public methods on this class are referenced directly from generated code. // Helper build the unary, binary, and type conversion functions defined by the -// DSL. See mlir-linalg-ods-yaml-gen.cpp for the code that uses this class. +// DSL. See LinalgNamedStructuredOps.yamlgen.cpp.inc for the code that uses this +// class. // // Implementations of the math functions must be polymorphic over numeric types, // internally performing necessary casts. If the function application makes no