https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #350 from Kazumoto Kojima <kkojima at gcc dot gnu.org> --- (In reply to Oleg Endo from comment #348) > (In reply to Oleg Endo from comment #346) > > > > Anyway, it seems after tightening the memory predicates and constraints, > > some of the previously added things become redundant. See follow up patch > > > > https://github.com/olegendo/gcc/commit/ > > 015db793f1b6a2abd25dd6b1205d6cb280139b61 > > > > > > I've noticed that there's also the insn "*mov<mode>_store_mem_index" > (variant without the R0 clobber) from a previous commit. I think this can > be removed, too now. Can you please confirm? I've confirmed that. Thanks!