target.h (builtin_conversion): Pass in input and output types.
authorRichard Guenther <rguenther@suse.de>
Fri, 9 Apr 2010 13:21:43 +0000 (13:21 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 9 Apr 2010 13:21:43 +0000 (13:21 +0000)
commit88dd71504e89d86f723861404153b071d3113b39
tree25782c93a9adf744980ea7689e440093b39185ad
parent7d7a1fe85989e4f3998060ed9f2d4d6973e39eed
target.h (builtin_conversion): Pass in input and output types.

2010-04-09  Richard Guenther  <rguenther@suse.de>

* target.h (builtin_conversion): Pass in input and output types.
* targhooks.c (default_builtin_vectorized_conversion): Adjust.
* targhooks.h (default_builtin_vectorized_conversion): Likewise.
* tree-vect-stmts.c (vectorizable_conversion): Adjust.
* doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.

* config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
Handle AVX modes.
* config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.

From-SVN: r158162
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/rs6000/rs6000.c
gcc/doc/tm.texi
gcc/target.h
gcc/targhooks.c
gcc/targhooks.h
gcc/tree-vect-stmts.c