Simplify rs6000_builtin_vectorized_function
commite01e62c7a9ae012337243c86e1e1a2e0041f9895
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Nov 2015 18:56:52 +0000 (17 18:56 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Nov 2015 18:56:52 +0000 (17 18:56 +0000)
tree8bc5a62b5a1821de0ec2c190965541e07e91d677
parent48c5ac31284ff241ea1c2184d4310a044e00c506
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230494 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c