[Mlir-commits] [mlir] [MLIR][ODS] Allow operations to specify interfaces using the `HasParent` trait constraint (PR #66196)
Morten Borup Petersen
llvmlistbot at llvm.org
Fri Sep 15 05:49:21 PDT 2023
mortbopet wrote:
So how do we want to solve this? change `getOperationName` to `getInterfaceName` and have a separate trait i.e. `HasParentInterface` which reports the required interface name to the user via. `getInterfaceName`?
https://github.com/llvm/llvm-project/pull/66196
More information about the Mlir-commits
mailing list