[Mlir-commits] [mlir] [mlir][python] remove various caching mechanism (PR #70831)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Nov 2 02:42:03 PDT 2023


================
@@ -277,15 +277,15 @@ def _f64ElementsAttr(x, context):
     def _i32ElementsAttr(x, context):
         return DenseElementsAttr.get(
             np.array(x, dtype=np.int32),
-            type=IntegerType.get_signed(32, context=context),
+            type=IntegerType.get_signless(32, context=context),
----------------
ftynse wrote:

This change looks irrelevant to the patch

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


More information about the Mlir-commits mailing list