Scanning through ConstantFoldSelectInstruction, we should not fold elementwise for scalable vectors.
Although I cannot create a crashing test case for select instruction, this will require select condition
to be a ConstantVector also scalable.
Add a positive test case, as the rest of the foldings in ConstantFoldSelectInstruction is harmless for scalable vector.