[AArch64][GlobalISel] Fix assertion fail in C++ selection for vector zext of <4 x s8>
We bailed out of dealing with vectors only after the assertion, move it before. Fixes PR43794
Loading
Please register or sign in to comment
We bailed out of dealing with vectors only after the assertion, move it before. Fixes PR43794