Simplify ix86_builtin_vectorized_function
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 17 Nov 2015 18:56:21 +0000 (18:56 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 17 Nov 2015 18:56:21 +0000 (18:56 +0000)
commit98937c6816d7fae32832901e05582b8730c0aaf5
treed93aac275b2624b635d47ec169b1c2c1d71038c2
parent70439f0d61b811fa5b9a77fcdf40c6353daa8f75
Simplify ix86_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 x86_64-linux-gnu.

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

From-SVN: r230493
gcc/ChangeLog
gcc/config/i386/i386.c