[PATCH], V7, #3 of 7, Use PADDI for 34-bit immediate adds

2019-11-14 Thread Michael Meissner
This patch generates PADDI to add 34-bit immediate constants on the 'future' system, and prevents such adds from being split. I have built and boostrapped compilers with the patch, and there were no regressions. Can I check this into the trunk? 2019-11-14 Michael Meissner * config/rs

Re: [PATCH], V7, #3 of 7, Use PADDI for 34-bit immediate adds

2019-11-22 Thread Segher Boessenkool
On Thu, Nov 14, 2019 at 05:44:42PM -0500, Michael Meissner wrote: > This patch generates PADDI to add 34-bit immediate constants on the 'future' > system, and prevents such adds from being split. I don't see that last part? Is that a remnant of a previous version of the patch? > * config/r

Re: [PATCH], V7, #3 of 7, Use PADDI for 34-bit immediate adds

2019-11-25 Thread Michael Meissner
On Fri, Nov 22, 2019 at 06:32:08PM -0600, Segher Boessenkool wrote: > On Thu, Nov 14, 2019 at 05:44:42PM -0500, Michael Meissner wrote: > > This patch generates PADDI to add 34-bit immediate constants on the 'future' > > system, and prevents such adds from being split. > > I don't see that last pa

Re: [PATCH], V7, #3 of 7, Use PADDI for 34-bit immediate adds

2019-11-25 Thread Segher Boessenkool
On Mon, Nov 25, 2019 at 05:40:02PM -0500, Michael Meissner wrote: > On Fri, Nov 22, 2019 at 06:32:08PM -0600, Segher Boessenkool wrote: > > On Thu, Nov 14, 2019 at 05:44:42PM -0500, Michael Meissner wrote: > > > This patch generates PADDI to add 34-bit immediate constants on the > > > 'future' > >