[Mlir-commits] [mlir] 0c1cf75 - [mlir] DCE `RegisteredOperationName::parseAssembly` decl (#121730)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jan 6 04:13:02 PST 2025


Author: Maksim Levental
Date: 2025-01-06T07:12:59-05:00
New Revision: 0c1cf753008f375169c4d3a113b7b4f1120dddba

URL: https://github.com/llvm/llvm-project/commit/0c1cf753008f375169c4d3a113b7b4f1120dddba
DIFF: https://github.com/llvm/llvm-project/commit/0c1cf753008f375169c4d3a113b7b4f1120dddba.diff

LOG: [mlir] DCE `RegisteredOperationName::parseAssembly` decl (#121730)

Added: 
    

Modified: 
    mlir/include/mlir/IR/OperationSupport.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/OperationSupport.h b/mlir/include/mlir/IR/OperationSupport.h
index ef5b8b178fbc79..f4cc5baa633556 100644
--- a/mlir/include/mlir/IR/OperationSupport.h
+++ b/mlir/include/mlir/IR/OperationSupport.h
@@ -693,9 +693,6 @@ class RegisteredOperationName : public OperationName {
   /// Return the dialect this operation is registered to.
   Dialect &getDialect() const { return *getImpl()->getDialect(); }
 
-  /// Use the specified object to parse this ops custom assembly format.
-  ParseResult parseAssembly(OpAsmParser &parser, OperationState &result) const;
-
   /// Represent the operation name as an opaque pointer. (Used to support
   /// PointerLikeTypeTraits).
   static RegisteredOperationName getFromOpaquePointer(const void *pointer) {


        


More information about the Mlir-commits mailing list