Christophe Lyon (clyon) <[email protected]>) commented on the code:
> +++ gcc/config/arm/neon.md
> @@ -3538,2 +3537,2 @@
> - {
> - int elt = INTVAL (operands[2]);
> + {
> + if (REGNO (operands[1]) <= LAST_ARM_REGNUM)
Is this equivalent to which_alternative == 1 ?
--
https://forge.sourceware.org/gcc/gcc/pulls/208#issuecomment-7021
