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

Mehdi Amini llvmlistbot at llvm.org
Tue Nov 21 23:50:50 PST 2023


joker-eph wrote:

> 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?

Yes: please consider parsing inherent attribute as part of the discardable attributes dictionary deprecated.

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


More information about the Mlir-commits mailing list