[Mlir-commits] [mlir] [MLIR] Sprinkle extra asserts in OperationSupport.h (PR #90465)

Christian Ulmann llvmlistbot at llvm.org
Mon Apr 29 08:32:56 PDT 2024


================
@@ -1037,8 +1037,11 @@ struct OperationState {
     addAttribute(StringAttr::get(getContext(), name), attr);
   }
 
-  /// Add an attribute with the specified name.
+  /// Add an attribute with the specified name. 'name' and 'attr' must not be
----------------
Dinistro wrote:

Nit: Use "`" single backticks, not "'".

https://github.com/llvm/llvm-project/pull/90465


More information about the Mlir-commits mailing list