[RISCV] Fix crash in lowerVECTOR_DEINTERLEAVE when VecVT is an LMUL=8 type.
If VecVT is an LMUL=8 VT, we can't concatenate the vectors as that would create an illegal type. Instead we need to split the vectors and emit two VECTOR_DEINTERLEAVE operations that can each be lowered. Reviewed By: luke, rogfer01 Differential Revision: https://reviews.llvm.org/D152402
Loading
Please sign in to comment