[Bug rtl-optimization/52543] lower-subreg.c: code bloat of 300%-400% for multi-word memory splits
gjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 22 16:08:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52543
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--- Comment #6 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-03-22 15:55:11 UTC ---
FIXME: It works for avr now, but just because that backend hacks around by
using UNSPEC instead of MEM. This is legitimate because the affected
address-spaces read from Flash, i.e. from non-changing memory. For respective
FIXMEs see avr.c and avr.md as introduced by the patches above.
More information about the Gcc-bugs
mailing list