Re: [PATCH, rs6000] Fix instruction counts on powerpc64 test cases. (take 2)

2019-02-06 Thread Segher Boessenkool
Hi Bill, On Tue, Feb 05, 2019 at 02:14:16PM -0600, Bill Seurer wrote: > [PATCH, rs6000] Fix instruction counts on powerpc64 test cases. > > This patch fixes the assembler instruction counts for some test cases > that started failing due to changes in code generation. The targets >

[PATCH, rs6000] Fix instruction counts on powerpc64 test cases. (take 2)

2019-02-05 Thread Bill Seurer
[PATCH, rs6000] Fix instruction counts on powerpc64 test cases. This patch fixes the assembler instruction counts for some test cases that started failing due to changes in code generation. The targets were adjusted a bit as well to avoid generating BE/LE endian code on unsupported platforms

Re: [PATCH, rs6000] Fix instruction counts on powerpc64 test cases.

2019-02-05 Thread Segher Boessenkool
On Tue, Feb 05, 2019 at 08:58:44AM -0600, Bill Seurer wrote: > On 02/05/19 05:31, Segher Boessenkool wrote: > >Do we not want to test this on LE anymore? Oh, P7, heh. Okay. Not > >enough coffee yet :-) > > It will work if I specify -mbig-endian -mabi=elfv1 but yeah, we don't > really care

Re: [PATCH, rs6000] Fix instruction counts on powerpc64 test cases.

2019-02-05 Thread Bill Seurer
On 02/05/19 05:31, Segher Boessenkool wrote: Do we not want to test this on LE anymore? Oh, P7, heh. Okay. Not enough coffee yet :-) It will work if I specify -mbig-endian -mabi=elfv1 but yeah, we don't really care about P7 generating LE code. +/* { dg-final { scan-assembler-times

Re: [PATCH, rs6000] Fix instruction counts on powerpc64 test cases.

2019-02-05 Thread Segher Boessenkool
Hi Bill, On Mon, Feb 04, 2019 at 03:01:24PM -0600, Bill Seurer wrote: > [PATCH, rs6000] Fix instruction counts on powerpc64 test cases. > > This patch fixes the assembler instruction counts for some test cases > that started failing due to changes in code generation. The targets >

[PATCH, rs6000] Fix instruction counts on powerpc64 test cases.

2019-02-04 Thread Bill Seurer
[PATCH, rs6000] Fix instruction counts on powerpc64 test cases. This patch fixes the assembler instruction counts for some test cases that started failing due to changes in code generation. The targets were adjusted a bit as well to avoid generating BE/LE endian code on unsupported platforms