Re: [PATCH 4/4] rs6000: Update testcases' instruction count

2021-01-22 Thread David Edelsohn via Gcc-patches
Those are the fold-vec-extract-* changes. And they fix a regression on AIX. Another difference to detangle. I'm referring to the new fold-vec-insert-* failures. I fixed the p9 failures, but some of the tests now ICE when targeting P8. Thanks, David On Fri, Jan 22, 2021 at 8:03 PM Segher Boess

Re: [PATCH 4/4] rs6000: Update testcases' instruction count

2021-01-22 Thread Segher Boessenkool
On Fri, Jan 22, 2021 at 03:02:47PM -0500, David Edelsohn wrote: > All of these testcases no fail on AIX. This was not tested properly. > Please fix. They fail on -m32 Linux as well: all failures are an unexpected count of addi insns. This may be related to the LRA regression we have (just based

Re: [PATCH 4/4] rs6000: Update testcases' instruction count

2021-01-22 Thread David Edelsohn via Gcc-patches
All of these testcases no fail on AIX. This was not tested properly. Please fix. Thanks, David On Thu, Jan 21, 2021 at 7:19 PM Segher Boessenkool wrote: > > Hi! > > On Sat, Oct 10, 2020 at 03:08:25AM -0500, Xionghu Luo wrote: > > 2020-10-10 Xionghu Luo > > > > * gcc.target/powerpc/fold

Re: [PATCH 4/4] rs6000: Update testcases' instruction count

2021-01-21 Thread Segher Boessenkool
Hi! On Sat, Oct 10, 2020 at 03:08:25AM -0500, Xionghu Luo wrote: > 2020-10-10 Xionghu Luo > > * gcc.target/powerpc/fold-vec-insert-char-p8.c: Adjust > instruction counts. > * gcc.target/powerpc/fold-vec-insert-char-p9.c: Likewise. > * gcc.target/powerpc/fold-vec-insert-

[PATCH 4/4] rs6000: Update testcases' instruction count

2020-10-10 Thread Xionghu Luo via Gcc-patches
gcc/testsuite/ChangeLog: 2020-10-10 Xionghu Luo * gcc.target/powerpc/fold-vec-insert-char-p8.c: Adjust instruction counts. * gcc.target/powerpc/fold-vec-insert-char-p9.c: Likewise. * gcc.target/powerpc/fold-vec-insert-double.c: Likewise. * gcc.target/pow