nir/lower_io_to_vector: Don't merge variables with explicit interpolation
When variables are loaded with different explicit interpolation intrinsics then don't merge them. Doing so would result in code that needs to interpolate all components in all cases, likely doing extra work.
Edited by Gert Wollny