https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99437
ktkachov at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1 Assignee|unassigned at gcc dot gnu.org |ktkachov at gcc dot gnu.org CC| |ktkachov at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #4 from ktkachov at gcc dot gnu.org --- Confirmed: #include <arm_neon.h> uint8x16_t foo (uint16x8_t a, uint8x8_t b) { return vcombine_u8 (vmovn_u16 (vshrq_n_u16 (a, 9)), b); } Testing a patch.