[Bug middle-end/71509] Bitfield causes load hit store with larger store than load

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 11 14:08:00 GMT 2017


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

--- Comment #6 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Doing an 8 byte load of something that was stored as 4 byte immediately
before will cause flushes and stalls...  Yeah it could use a 4-byte load
here afaics.


More information about the Gcc-bugs mailing list