[Mlir-commits] [mlir] [mlir][transform] Add support for transform.param pad multiples in `PadOp` (PR #90755)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri May 3 01:24:33 PDT 2024


================
@@ -1021,8 +1023,13 @@ def PadOp : Op<Transform_Dialect, "structured.pad",
                       TransformHandleTypeInterface:$pad,
                       TransformHandleTypeInterface:$copy);
 
-  let assemblyFormat =
-    "$target attr-dict `:` functional-type(operands, results)";
+  let assemblyFormat = [{
+    $target oilist(
----------------
ftynse wrote:

You don't need `oilist` unless there is a list (separated by `|`) inside it.

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


More information about the Mlir-commits mailing list