[Mlir-commits] [mlir] [mlir][docgen] Emit OpInterface for Operations within Dialect Doc (PR #104693)
Tom Natan
llvmlistbot at llvm.org
Tue Aug 20 08:22:15 PDT 2024
tomnatan30 wrote:
I see you point! I thought of op interfaces as a way to have a dialect expose an API for ops from other dialects to implement, so that passes in this dialect can operate on the interface without being aware of the ops themselves and their dialects.
@jpienaar wdyt?
https://github.com/llvm/llvm-project/pull/104693
More information about the Mlir-commits
mailing list