https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116398
--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Tamar's explanation why #c0 gcc 14 code is better than gcc 15: "the mov is a zero latency instruction. sxtw, asr and sbfx themselves are aliases to the same thing"