http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46556
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steven at gcc dot gnu.org --- Comment #6 from Steven Bosscher <steven at gcc dot gnu.org> 2010-11-22 11:20:20 UTC --- In my picture of a better GCC, there would be a late GIMPLE pass that does address mode selection for MEMs also in straight-line code (like IVopts does for loops). You would end up with only TARGET_MEM_REFs in GIMPLE and expand would Do The Right Thing (tm) automatically.