This patch enables support for lowering INSERT_VECTOR_ELT on
fixed-length vector types. The strategy follows that for scalable vector
types.
This patch also includes a quick fix to prevent the compiler infinitely
looping between lowering BUILD_VECTOR as VECTOR_SHUFFLE and back again.
Am I right in thinking we don't need to slide down: we set the VL to insert_index + 1 and slide a vector with the element in the first position up by insert_index, while tying the original vector to the output?