[Mlir-commits] [mlir] [mlir][transform] Consistent `linalg` `transform` op syntax for dynamic index lists (PR #90897)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed May 8 00:02:24 PDT 2024
================
@@ -1899,7 +1897,17 @@ def TileUsingForOp : Op<Transform_Dialect, "structured.tile_using_for",
$scalableSizes)>,
];
- let hasCustomAssemblyFormat = 1;
+ let assemblyFormat = [{
+ $target oilist(
----------------
ftynse wrote:
Hmm, I also get to learn something ;). Feel free to keep it and add a comment as this is non-obvious (`oilist` stands for order-independent list so unclear why it would be used for something that isn't a list).
https://github.com/llvm/llvm-project/pull/90897
More information about the Mlir-commits
mailing list