[Mlir-commits] [mlir] 6464a01 - [mlir][linalg][transform] Fix test breakage from 69bc1cbb. (NFC)

Ingo Müller llvmlistbot at llvm.org
Thu Sep 21 06:48:44 PDT 2023


Author: Ingo Müller
Date: 2023-09-21T13:48:15Z
New Revision: 6464a016804e6272031658762455e4e3ac9869e7

URL: https://github.com/llvm/llvm-project/commit/6464a016804e6272031658762455e4e3ac9869e7
DIFF: https://github.com/llvm/llvm-project/commit/6464a016804e6272031658762455e4e3ac9869e7.diff

LOG: [mlir][linalg][transform] Fix test breakage from 69bc1cbb. (NFC)

That commit introduced a trivial test breakage due to a bad rebase,
which this commit fixes.

Added: 
    

Modified: 
    mlir/test/python/dialects/transform_structured_ext.py

Removed: 
    


################################################################################
diff  --git a/mlir/test/python/dialects/transform_structured_ext.py b/mlir/test/python/dialects/transform_structured_ext.py
index f2b73ca8bb7690a..7c97d71c0c8c2e2 100644
--- a/mlir/test/python/dialects/transform_structured_ext.py
+++ b/mlir/test/python/dialects/transform_structured_ext.py
@@ -179,6 +179,8 @@ def testVectorizeNoArgs(target):
     # CHECK-NOT:     vector_sizes
 
 
+ at run
+ at create_sequence
 def testVectorizeStatic(target):
     structured.VectorizeOp(target, [16, 4])
     # CHECK-LABEL: TEST: testVectorizeStatic


        


More information about the Mlir-commits mailing list