https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127099
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Works fine on x86_64.
I don't see anything wrong in the aarch64 assembly either,
lsl w0, w0, 15
lsl w0, w0, 15
vs.
lsl w0, w0, 30
should do the same thing, shouldn't it?
