Re: [PATCH][PR target/19201] Peephole to improve clearing items in structure for m68k

2017-10-20 Thread Andreas Schwab
On Dez 13 2015, Jeff Law wrote: > diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md > index 1eaf58f..444515a 100644 > --- a/gcc/config/m68k/m68k.md > +++ b/gcc/config/m68k/m68k.md > @@ -7601,3 +7601,36 @@ > > (include "cf.md") > (include "sync.md") > + > +;; Convert > +;; > +;;

[PATCH][PR target/19201] Peephole to improve clearing items in structure for m68k

2015-12-13 Thread Jeff Law
But it's well past the point where it failed with the incorrect initial patch. Installed on the trunk. jeff commit 42582e91448c6afcc162d95229e14aac23a950ed Author: Jeff Law Date: Sun Dec 13 06:05:03 2015 -0700 [PATCH][PR target/19201] Peephole to improve clearing items in structure