Files
clang-p2996/mlir/lib/IR
Rajveer Singh Bharadwaj b091701d01 [mlir] Add a method on MLIRContext to retrieve the operations for a given dialect (#112344)
Currently we have `MLIRContext::getRegisteredOperations` which returns
all operations for the given context, with the addition of
`MLIRContext::getRegisteredOperationsByDialect` we can now retrieve the
same for a given dialect class.

Closes #111591
2024-10-17 12:02:24 +02:00
..
2024-10-04 09:23:12 +02:00