Re: [PATCH 4/6] Simplify ix86_builtin_vectorized_function

2015-11-09 Thread Uros Bizjak
On Mon, Nov 9, 2015 at 5:28 PM, Richard Sandiford wrote: > After the previous patches it's no longer necessary for > TARGET_BUILTIN_VECTORIZED_FUNCTION to return functions that > map to the vector optab of the original operation. We'll use > a vector form of the internal function instead. > > > g

[PATCH 4/6] Simplify ix86_builtin_vectorized_function

2015-11-09 Thread Richard Sandiford
After the previous patches it's no longer necessary for TARGET_BUILTIN_VECTORIZED_FUNCTION to return functions that map to the vector optab of the original operation. We'll use a vector form of the internal function instead. gcc/ * config/i386/i386.c (ix86_builtin_vectorized_function): R