Re: [PATCH] reorganize block/string move/compare expansions out of rs6000.c

2017-06-23 Thread Segher Boessenkool
On Thu, Jun 22, 2017 at 04:01:54PM -0500, Aaron Sawdey wrote: > This patch moves about 1400 lines of code for various block and string > compare/move/zero expansions out of rs6000.c into a new fileĀ  > rs6000-string.c. Segher had asked me to do this before I go adding new > code here. > >

[PATCH] reorganize block/string move/compare expansions out of rs6000.c

2017-06-22 Thread Aaron Sawdey
This patch moves about 1400 lines of code for various block and string compare/move/zero expansions out of rs6000.c into a new fileĀ  rs6000-string.c. Segher had asked me to do this before I go adding new code here. Bootstrap passes on ppc64le, regtest in progress. OK for trunk if that passes?