Re: [PATCH, rs6000] fix vsxcopy test for power9

2018-02-07 Thread Will Schmidt
On Wed, 2018-02-07 at 12:02 -0600, Segher Boessenkool wrote: > Hi, > > On Wed, Feb 07, 2018 at 10:59:46AM -0600, Will Schmidt wrote: > > Noted during review of test results on P9. The vsxcopy.c test is looking > > for lxvd2x, stxvd2x instructions in generated code. For P9 targets, we will > >

Re: [PATCH, rs6000] fix vsxcopy test for power9

2018-02-07 Thread Segher Boessenkool
Hi, On Wed, Feb 07, 2018 at 10:59:46AM -0600, Will Schmidt wrote: > Noted during review of test results on P9. The vsxcopy.c test is looking > for lxvd2x, stxvd2x instructions in generated code. For P9 targets, we will > instead generate lxv, stxv instructions. > Thus, update the test to handle

[PATCH, rs6000] fix vsxcopy test for power9

2018-02-07 Thread Will Schmidt
Hi, Noted during review of test results on P9. The vsxcopy.c test is looking for lxvd2x, stxvd2x instructions in generated code. For P9 targets, we will instead generate lxv, stxv instructions. Thus, update the test to handle that codegen as well. Sniff-tested on P9. OK for trunk? Thanks,