Simplify rs6000_builtin_vectorized_function
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 17 Nov 2015 18:56:52 +0000 (18:56 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 17 Nov 2015 18:56:52 +0000 (18:56 +0000)
commit6632fdebbd2e6fe2748cf9e6339c744d28279fa8
tree8bc5a62b5a1821de0ec2c190965541e07e91d677
parent98937c6816d7fae32832901e05582b8730c0aaf5
Simplify rs6000_builtin_vectorized_function

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.

Tested on powerpc64-linux-gnu.

gcc/
* config/rs6000/rs6000.c (rs6000_builtin_vectorized_function): Remove
entries that map directly to optabs.

From-SVN: r230494
gcc/ChangeLog
gcc/config/rs6000/rs6000.c