Re: [PATCH 3/7] PowerPC tests: Add prefixed vs. DS/DQ instruction tests.

2020-06-25 Thread Segher Boessenkool
On Mon, Jun 01, 2020 at 03:53:38PM -0400, Michael Meissner wrote: > Add test to make sure prefixed load/store instructions are generated if the > offset would not fit in the DS/DQ encodings. > > 2020-06-01 Michael Meissner > > * gcc.target/powerpc/prefix-ds-dq.c: New test. Okay for trun

[PATCH 3/7] PowerPC tests: Add prefixed vs. DS/DQ instruction tests.

2020-06-01 Thread Michael Meissner via Gcc-patches
Add test to make sure prefixed load/store instructions are generated if the offset would not fit in the DS/DQ encodings. 2020-06-01 Michael Meissner * gcc.target/powerpc/prefix-ds-dq.c: New test. --- gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 159 1 fil