Re: [RFC] Add check_effective_target_vect_min_max

2015-08-12 Thread Richard Biener
On Wed, 12 Aug 2015, Rainer Orth wrote: > Tom de Vries writes: > > > On 12/08/15 10:51, Rainer Orth wrote: > >> Tom de Vries writes: > >> > >>> This follow-up patch introduces a new effective target vect_min_max, > >>> similar to how effective target vect_bswap is implemented. > >>> > >>> Any c

Re: [RFC] Add check_effective_target_vect_min_max

2015-08-12 Thread Rainer Orth
Tom de Vries writes: > On 12/08/15 10:51, Rainer Orth wrote: >> Tom de Vries writes: >> >>> This follow-up patch introduces a new effective target vect_min_max, >>> similar to how effective target vect_bswap is implemented. >>> >>> Any comments? >>> >>> Thanks, >>> - Tom >>> >>> Add check_effect

Re: [RFC] Add check_effective_target_vect_min_max

2015-08-12 Thread Tom de Vries
On 12/08/15 10:51, Rainer Orth wrote: Tom de Vries writes: This follow-up patch introduces a new effective target vect_min_max, similar to how effective target vect_bswap is implemented. Any comments? Thanks, - Tom Add check_effective_target_vect_min_max 2015-08-12 Tom de Vries

Re: [RFC] Add check_effective_target_vect_min_max

2015-08-12 Thread Rainer Orth
Tom de Vries writes: > This follow-up patch introduces a new effective target vect_min_max, > similar to how effective target vect_bswap is implemented. > > Any comments? > > Thanks, > - Tom > > Add check_effective_target_vect_min_max > > 2015-08-12 Tom de Vries > > * lib/target-supports

[RFC] Add check_effective_target_vect_min_max

2015-08-11 Thread Tom de Vries
[ was: Re: [committed, testsuite] Fix vect/trapv-vect-reduc-4.c for sparc ] On 12/08/15 07:57, Tom de Vries wrote: Hi, For sparc, the scan for 'vectorized 2 loops' in vect/trapv-vect-reduc-4.c fail because the vector instructions min and max are not supported. Tested on x86_64. Tested on spar