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.
RegisteredOperationName::parseAssembly
1 parent fd6f8b3 commit 0c1cf75Copy full SHA for 0c1cf75
mlir/include/mlir/IR/OperationSupport.h
@@ -693,9 +693,6 @@ class RegisteredOperationName : public OperationName {
693
/// Return the dialect this operation is registered to.
694
Dialect &getDialect() const { return *getImpl()->getDialect(); }
695
696
- /// Use the specified object to parse this ops custom assembly format.
697
- ParseResult parseAssembly(OpAsmParser &parser, OperationState &result) const;
698
-
699
/// Represent the operation name as an opaque pointer. (Used to support
700
/// PointerLikeTypeTraits).
701
static RegisteredOperationName getFromOpaquePointer(const void *pointer) {
0 commit comments