Re: [PATCH, rs6000] testcases for GIMPLE folding of vec_splat builtin.

2018-08-07 Thread Segher Boessenkool
Hi! On Tue, Aug 07, 2018 at 02:25:06PM -0500, Will Schmidt wrote: > Some testcases to exercise the vec_splat() built-in. > In building and updating these tests I consciously violated the > 80 char per line rule, as I was doing experimentation with the > assorted values and making lots of local

[PATCH, rs6000] testcases for GIMPLE folding of vec_splat builtin.

2018-08-07 Thread Will Schmidt
Hi, Some testcases to exercise the vec_splat() built-in. Tested successfully on assorted powerpc Linux systems, in conjunction with the vec-splat() folding patch, which is being posted separately. In building and updating these tests I consciously violated the 80 char per line rule, as