[Mlir-commits] [mlir] [mlir][transform] Consistent `linalg` `transform` op syntax for dynamic index lists (PR #90897)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 8 06:43:28 PDT 2024


================
@@ -2162,7 +2166,16 @@ def VectorizeOp : Op<Transform_Dialect, "structured.vectorize",
 
   let results = (outs);
 
-  let hasCustomAssemblyFormat = 1;
+  let assemblyFormat = [{
+    $target oilist(
----------------
srcarroll wrote:

i did remove for this as i believe the intention is that `tile_sizes` is never optional, nor does it make sense to allow empty list

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


More information about the Mlir-commits mailing list