[Mlir-commits] [mlir] [mlir][docgen] Emit OpInterface for Operations within Dialect Doc (PR #104693)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Aug 17 23:09:24 PDT 2024


ammar2199 wrote:

@tomnatan30 Let me know what you think. I only emitted code for OpInterfaces which were used by the Operations within the .td file, so that the dialect-doc served as a more complete reference. I did this since it seemed like the -gen-op-interface-docs generator could already produce all the documentation for op interfaces necessary.

If you had something else in mind thought, please let me know! :) 

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


More information about the Mlir-commits mailing list