Re: [PATCH, rs6000] Fix expected BE counts for vsx-vector-6.h

2018-05-15 Thread Segher Boessenkool
Hi Carl, On Tue, May 15, 2018 at 01:43:18PM -0700, Carl Love wrote: > * gcc.target/powerpc/vsx-vector-6-be.c: Remove file Full stop. > * gcc.target/powerpc/vsx-vector-6-be.p7.c (dg-final): New test file for > Power 7. The whole file is new, so just * gcc.target/powerpc

Re: [PATCH, rs6000] Fix expected BE counts for vsx-vector-6.h

2018-05-15 Thread Carl Love
Segher: I removed the Power 6 test file. I also went back through the tests and checked that each test had an instruction count check. I found a few that were missing the instruction check. I added the instruction checks and updated the expected instruction counts for the LE and BEcases. The

Re: [PATCH, rs6000] Fix expected BE counts for vsx-vector-6.h

2018-05-10 Thread Segher Boessenkool
Hi, On Thu, May 10, 2018 at 10:57:16AM -0700, Carl Love wrote: > The following patch fixes issues found with the instruction counts for > the vsx-vector-6.h test. It was found that on a BE system where GCC is > configured with --with-cpu=power6 the expected counts in vsx-vector-6- > be.c do not m

[PATCH, rs6000] Fix expected BE counts for vsx-vector-6.h

2018-05-10 Thread Carl Love
GCC Maintainers: The following patch fixes issues found with the instruction counts for the vsx-vector-6.h test. It was found that on a BE system where GCC is configured with --with-cpu=power6 the expected counts in vsx-vector-6- be.c do not match. This patch fixes the expected counts when confi