[PATCH, rs6000] Updates for vec_abs() gimple-folding vector tests

2018-01-24 Thread Will Schmidt
Hi, Assorted testcase updates to handle codegen variations between P7,p8,p9. This breaks out the tests into p7,p8,p9 -specific versions of the same. Sniff-tested on multiple systems, this clears up multiple errors currently seen on P9. OK for trunk? Thanks -Will [testsuite] 2018-01-2

Re: [PATCH, rs6000] Updates for vec_abs() gimple-folding vector tests

2018-01-25 Thread Segher Boessenkool
Hi! On Wed, Jan 24, 2018 at 10:46:02AM -0600, Will Schmidt wrote: > 2018-01-24 Will Schmidt > > * gcc.target/powerpc/fold-vec-abs-int.c: remove scan-assembler stanzas. Only one space after : and start with a cap. > * gcc.target/powerpc/fold-vec-abs-int-fwrap.c: Same. > *