https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97005
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Is some workaround possible, like instead of emitting cvt.u32.u16 do cvt.u32.s16 and add explicit and? Do other zero extends work correctly?