Re: [PATCH, rs6000] Fold vector subtract built-ins in GIMPLE

2016-12-19 Thread Segher Boessenkool
Hi, uh, Will, On Mon, Dec 19, 2016 at 11:01:08AM -0600, Will Schmidt wrote: > This patch implements folding of the vector subtract built-ins. This > follows the form used by Bill in his previous "Fold vector addition > built-ins in GIMPLE" patch. :-) > > Bootstrapped and tested on powerpc64le-

[PATCH, rs6000] Fold vector subtract built-ins in GIMPLE

2016-12-19 Thread Will Schmidt
Hi, This patch implements folding of the vector subtract built-ins. This follows the form used by Bill in his previous "Fold vector addition built-ins in GIMPLE" patch. :-) Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no regressions. Is this ok for trunk? Thanks, -Will