Re: [PATCH 5/7, V2] PowerPC tests: Prefixed insn with large offsets

2020-06-27 Thread Segher Boessenkool
On Sat, Jun 27, 2020 at 01:55:19AM -0400, Michael Meissner wrote: > On Thu, Jun 25, 2020 at 12:09:41PM -0500, Segher Boessenkool wrote: > > On Thu, Jun 04, 2020 at 01:03:51PM -0400, Michael Meissner wrote: > > > +/* { dg-final { scan-assembler-times {\mpaddi\M|\mpli|\mpla\M} 3 } } */ > > > > Is th

Re: [PATCH 5/7, V2] PowerPC tests: Prefixed insn with large offsets

2020-06-26 Thread Michael Meissner via Gcc-patches
On Thu, Jun 25, 2020 at 12:09:41PM -0500, Segher Boessenkool wrote: > Hi! > > On Thu, Jun 04, 2020 at 01:03:51PM -0400, Michael Meissner wrote: > > [PATCH 5/7, V2] PowerPC tests: Prefixed insn with large offsets > > > > Add tests to make sure for -mcpu=futu

Re: [PATCH 5/7, V2] PowerPC tests: Prefixed insn with large offsets

2020-06-25 Thread Segher Boessenkool
Hi! On Thu, Jun 04, 2020 at 01:03:51PM -0400, Michael Meissner wrote: > [PATCH 5/7, V2] PowerPC tests: Prefixed insn with large offsets > > Add tests to make sure for -mcpu=future that prefixed load/store instructions > are generated if the offset is larger than 16 bits. The onl

[PATCH 5/7, V2] PowerPC tests: Prefixed insn with large offsets

2020-06-04 Thread Michael Meissner via Gcc-patches
[PATCH 5/7, V2] PowerPC tests: Prefixed insn with large offsets Add tests to make sure for -mcpu=future that prefixed load/store instructions are generated if the offset is larger than 16 bits. The only difference is I reworded the comments, based on a suggestion by Will Schmidt. 2020-06-04