[Bug target/125636] [missed optimization] HImode byte-extend from memory causes partial-register-write stall on modern x86-64

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jun 6 23:10:10 GMT 2026


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

--- Comment #6 from Drea Pinski <pinskia at gcc dot gnu.org> ---
See movqi_internal which does the full zero extend from qi to si.
So you just need to do the full extend in extendqihi2 for memory case I think.


More information about the Gcc-bugs mailing list