[mlir] Update the Builtin dialect to use prefixed accessors
authorJacques Pienaar <jpienaar@google.com>
Mon, 28 Mar 2022 22:20:48 +0000 (15:20 -0700)
committerJacques Pienaar <jpienaar@google.com>
Mon, 28 Mar 2022 22:20:48 +0000 (15:20 -0700)
Been >2 weeks since flipped to Both, following update procedure and
flipping to prefixed.

mlir/include/mlir/IR/BuiltinDialect.td

index 838a551..69cb01d 100644 (file)
@@ -34,7 +34,7 @@ def Builtin_Dialect : Dialect {
 
   public:
   }];
-  let emitAccessorPrefix = kEmitAccessorPrefix_Both;
+  let emitAccessorPrefix = kEmitAccessorPrefix_Prefixed;
 }
 
 #endif // BUILTIN_BASE