Re: [8/n] PR85694: Make patterns check for target support

2018-06-19 Thread Richard Biener
On Mon, Jun 18, 2018 at 5:01 PM Richard Sandiford wrote: > > This patch makes pattern recognisers do their own checking for vector > types and target support. Previously some recognisers did this > themselves and some left it to vect_pattern_recog_1. > > Doing this means we can get rid of the typ

[8/n] PR85694: Make patterns check for target support

2018-06-18 Thread Richard Sandiford
This patch makes pattern recognisers do their own checking for vector types and target support. Previously some recognisers did this themselves and some left it to vect_pattern_recog_1. Doing this means we can get rid of the type_in argument, which was ignored if the recogniser did its own checki