Since the tosa-to-linalg conversion does not support the quant dialect type, we can treat it as unsupported instead of crash. Issue was reported https://github.com/llvm/llvm-project/issues/62367
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nit: Such test cases are usually named ...-invalid.mlir, so tosa-to-linalg-invalid.mlir or just invalid.mlir would be consistent with the other tests.