We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b682a commit c448711Copy full SHA for c448711
mlir/lib/Dialect/Polynomial/IR/PolynomialAttributes.cpp
@@ -69,8 +69,6 @@ ParseResult parseMonomial(AsmParser &parser, Monomial &monomial,
69
if (succeeded(parser.parseOptionalStar())) {
70
// If there's one * there must be two.
71
if (failed(parser.parseStar())) {
72
- parser.emitError(parser.getCurrentLocation(),
73
- "exponents must be specified as a double-asterisk `**`");
74
return failure();
75
}
76
0 commit comments