https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173
bin.cheng <amker.cheng at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amker.cheng at gmail dot com --- Comment #6 from bin.cheng <amker.cheng at gmail dot com> --- Em, is offset valid for [reg+offset] addressing mode? if it is, why don't we transform "reg+reg+offset" into "regX <- reg + reg; [regX + offset];"?