Alex Coplan (acoplan) <[email protected]> requested changes to the code: For the subject, the PR number should be in square parens. So how about something like: "aarch64: Relax type-checking assert [PR126064]"? Otherwise, with the test updated, this LGTM.
> +++ gcc/testsuite/gcc.target/aarch64/pr126064.c > @@ -0,0 +4,4 @@ > +#include <arm_neon.h> > + > +void > +repro (uint8_t *dst, uint8x8_t a, uint8x8_t b) Can you instead use the more minimal reproducer that Tamar gave in the PR (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126064#c1)? -- https://forge.sourceware.org/gcc/gcc-TEST/pulls/183#issuecomment-6611
