Elvis Wang 3637f66b4d
[RISCV][TTI] Fix crash of non-built-in vector type cost quering. (#167258)
For the non-built-in vector type, the RISCV cost model cannot handle
this properly.
So fall back to the BasicTTI for this situation.

Fixes: #166732
2025-11-10 17:01:43 +08:00
..