[Mlir-commits] [mlir] Reland "[mlir] Fix TileUsingForOp attr-dict printing/parsing" (PR #73261)
    Felix Schneider 
    llvmlistbot at llvm.org
       
    Tue Nov 28 10:51:01 PST 2023
    
    
  
================
@@ -355,7 +355,7 @@ def testTileCompact(target):
 @create_sequence
 def testTileAttributes(target):
     attr = DenseI64ArrayAttr.get([4, 8])
-    ichange = DenseI64ArrayAttr.get([0, 1])
+    ichange = Attribute.parse("[0, 1]")
----------------
ubfx wrote:
@ftynse Do you have an opinion on the seperate tests? Should we keep one with Attributes, one with lists, or just merge them?
https://github.com/llvm/llvm-project/pull/73261
    
    
More information about the Mlir-commits
mailing list