efbbc3ed93
We could lower this to load_per_vertex_output in NIR but then it confuses all sorts of NIR passes which assume load_*output only happens in control shaders. We could also add a magic NIR intrinsic but it's probably easier to just special-case this one. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>