Re: [PATCH] V10 patch #3, Use PADDI to add large constants if -mcpu=future is used

2019-12-17 Thread Segher Boessenkool
On Wed, Dec 11, 2019 at 07:17:02PM -0500, Michael Meissner wrote: > This patch adds an alternative to use PADDI to add large SImode and DImode > constants if -mcpu=future is used. > 2019-12-09 Michael Meissner > > * config/rs6000/predicates.md (add_operand): Allow eI constants. > *

[PATCH] V10 patch #3, Use PADDI to add large constants if -mcpu=future is used

2019-12-11 Thread Michael Meissner
This patch adds an alternative to use PADDI to add large SImode and DImode constants if -mcpu=future is used. It is a slight reworking of patch V7 #3. I have done bootstraps and make check on a power8 little endian system and there were no regressions. Can I check this patch in? 2019-12-09 Mic