https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121772
--- Comment #4 from Alex Coplan <acoplan at gcc dot gnu.org> --- Simplified testcase: #include <arm_neon.h> int16_t f(int16x4_t b) { return vaddvq_s16(vcombine_s16(b, vdup_n_s16 (0))); }
acoplan at gcc dot gnu.org via Gcc-bugs Wed, 03 Sep 2025 09:20:41 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121772
--- Comment #4 from Alex Coplan <acoplan at gcc dot gnu.org> --- Simplified testcase: #include <arm_neon.h> int16_t f(int16x4_t b) { return vaddvq_s16(vcombine_s16(b, vdup_n_s16 (0))); }