[Mlir-commits] [mlir] [mlir] Fix `TileUsingForOp` attr-dict printing/parsing, cleanup assembly format (PR #72745)

Felix Schneider llvmlistbot at llvm.org
Tue Nov 21 13:04:19 PST 2023


ubfx wrote:

> How about just dropping special handling for `interchange` and having it parsed as part of regular attribute dict? This will not change the existing syntax and fix the op.

Done, I wasn't sure about this one because it seems like the majority of the other transform Ops tend towards special printing of the inherent Attributes. Is there a rule for when to prefer one or the other?

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


More information about the Mlir-commits mailing list