[MLIR][Standard] Fix use of `dyn_cast_or_null`
The value may be a function argument in which case `getDefiningOp` will return a `nullptr`. Differential Revision: https://reviews.llvm.org/D81965
Loading
Please register or sign in to comment
The value may be a function argument in which case `getDefiningOp` will return a `nullptr`. Differential Revision: https://reviews.llvm.org/D81965