[Mlir-commits] [mlir] [mlir][TilingInterface] Move TilingInterface tests to use transform dialect ops. (PR #77204)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jan 11 17:13:13 PST 2024
================
@@ -293,7 +293,10 @@ def FuseOp : Op<Transform_Dialect, "structured.fuse",
let results = (outs TransformHandleTypeInterface:$transformed,
Variadic<TransformHandleTypeInterface>:$loops);
- let hasCustomAssemblyFormat = 1;
+ let assemblyFormat = [{
+ $target ($tile_sizes^)? (`interchange` $tile_interchange^)?
+ attr-dict `:` functional-type(operands, results)
+ }];
----------------
MaheshRavishankar wrote:
Its an NFC. None of the roundtrip tests failed.
https://github.com/llvm/llvm-project/pull/77204
More information about the Mlir-commits
mailing list