[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.
[AArch64][GlobalISel] Make G_EXTRACT_VECTOR_ELT of <2 x p0> legal. aemerson on Nov 20 2020, 1:36 PM. Authored by Tags None Subscribers None
Description
Details
|