https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84859
--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Richard Biener from comment #8) > Mine. We can handle the case of a single store in the BBs more generally > and bypass the limit. The limit was added in r171381 where it was imposed on > all transforms when the function was changed to handle the case of more > than one stmt (store) in each BB. Previously the transform for the single > stores case was always performed. The discussion for r171381 starts here: https://inbox.sourceware.org/gcc-patches/[email protected]/ This is for my reference :).
