https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113065

--- Comment #4 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Not a regression since it's been broken ever since the intrinsic was added (in
gcc-5).

Pasting the reduced testcase from godbolt here

Compile with -march=armv8-a+simd -mfloat-abi=hard

typedef __builtin_neon_poly128 poly128_t;
poly128_t test_simde_vaddq_p128(poly128_t a) { return a << 4; }

Reply via email to