[mlir][Interfaces] Add implicit casts from concrete operation types to the...
[mlir][Interfaces] Add implicit casts from concrete operation types to the interfaces they implement. This removes the need to have an explicit `cast<>` given that we always know it `isa` instance of the interface. Differential Revision: https://reviews.llvm.org/D91304
Loading
Please sign in to comment