[AArch64][GlobalISel] Make G_EXTRACT_VECTOR_ELT of <2 x p0> legal.
Also fix a selection issue for this which was using LLT::isScalar() when it should have been using !isVector(), add test for that too.
Loading
Please sign in to comment
Also fix a selection issue for this which was using LLT::isScalar() when it should have been using !isVector(), add test for that too.