This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/81357] Extra mov for zero extend of add


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

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Qing Zhao from comment #5)
> 
> don’t quite understand your above. what’s your mean by “the mov and uxtw are
> in fact the same instruction”?

In aarch64 assembly mov and uxtw are alias of each other.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]