mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 19:07:53 +08:00
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 Reviewed By: springerm Differential Revision: https://reviews.llvm.org/D151296