[Mlir-commits] [mlir] [mlir][python] Add bindings for mlirDenseElementsAttrGet (PR #91389)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue May 21 14:09:19 PDT 2024


================
@@ -954,8 +1024,8 @@ class PyDenseElementsAttribute
   }
 }; // namespace
 
-/// Refinement of the PyDenseElementsAttribute for attributes containing integer
-/// (and boolean) values. Supports element access.
+/// Refinement of the PyDenseElementsAttribute for attributes containing
+/// integer (and boolean) values. Supports element access.
----------------
ftynse wrote:

Let's avoid spurious formatting changes. The line also seems okay to me, maybe your editor is set to 79 cols.

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


More information about the Mlir-commits mailing list