[Mlir-commits] [mlir] [MLIR][ODS] Allow operations to specify interfaces using the `HasParent` trait constraint (PR #66196)

Jeff Niu llvmlistbot at llvm.org
Mon Sep 18 09:45:34 PDT 2023


https://github.com/Mogball commented:

Ah I see. My mistake. But still, having `getOperationName` on an *interface* seems a little off. WDYT about adding a new trait called `hasInterfaceParent`?

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


More information about the Mlir-commits mailing list