[Mlir-commits] [mlir] [MLIR][TableGen] Add genMnemonicAlias field for OpAsm{Type, Attr}Interface (PR #131504)

River Riddle llvmlistbot at llvm.org
Mon Mar 17 11:30:23 PDT 2025


https://github.com/River707 requested changes to this pull request.

Nice addition! Two comments on the PR:

* When this field is used, we should auto-add the Asm interface the generated definition (we shouldn't require the user to do it)
* Please add documentation of this field to the documentation for attr/type definitions. docs/DefiningDialects/AttributesAndTypes.md

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


More information about the Mlir-commits mailing list