[Mlir-commits] [mlir] Revert "[MLIR][Linalg] Re-land linalg.matmul move to ODS. + Remove/update failing obsolete OpDSL tests. (#115319)" (PR #116380)
Kunwar Grover
llvmlistbot at llvm.org
Fri Nov 15 04:58:51 PST 2024
================
@@ -678,11 +678,7 @@ ParseResult {0}::parse(OpAsmParser &parser, OperationState &result) {{
{0}::getNumRegionArgs(), {0}::getRegionBuilder());
}
void {0}::print(OpAsmPrinter &p) {{
- SmallVector<StringRef, 3> elidedAttrs = {{"operandSegmentSizes",
- "linalg.memoized_indexing_maps",
- "indexing_maps"};
- ::printNamedStructuredOp(p, getOperation(), getInputs(), getOutputs(),
- elidedAttrs);
+ ::printNamedStructuredOp(p, getOperation(), getInputs(), getOutputs());
----------------
Groverkss wrote:
The printer should not be eliding an attribute like indexing_maps
https://github.com/llvm/llvm-project/pull/116380
More information about the Mlir-commits
mailing list