Longsheng Mou f1ca88cebf
[mlir][tosa] Use typeConverter->convertType<T> (#150578)
Since `resultTy` might be nullptr, we should use `dyn_cast` instead of
`cast`. Additionally, `typeConverter->convertType<T>` is more
appropriate in this context.
2025-08-04 17:28:31 +08:00
..