When the target vector size is <= 64, we can directly custom lower INSERT_SUBVECTOR
instead of taking it through INSERT_VECTOR_ELT.
Custom lowering of INSERT_SUBVECTOR for the cases where target vector size > 64 is not
really happening at the moment. We need to handle it in a generic way for all possible
allowed vec sizes. This patch is a kind of pre-checkin patch to handle it.
I don't understand this. CurIdx is a ConstantSDNode here, so InsertVecElt will not do anything useful - it just returns SDValue().