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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue May 7 18:51:29 PDT 2024


================
@@ -1899,7 +1897,17 @@ def TileUsingForOp : Op<Transform_Dialect, "structured.tile_using_for",
                       $scalableSizes)>,
   ];
 
-  let hasCustomAssemblyFormat = 1;
+  let assemblyFormat = [{
+    $target oilist(
----------------
srcarroll wrote:

Should I leave as is there another way without it that will keep the current behavior?

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


More information about the Mlir-commits mailing list