r230482 - in /trunk/gcc: ChangeLog tree-vect-pa...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Tue Nov 17 18:46:00 GMT 2015


Author: rsandifo
Date: Tue Nov 17 18:46:22 2015
New Revision: 230482

URL: https://gcc.gnu.org/viewcvs?rev=230482&root=gcc&view=rev
Log:
Use combined_fn in tree-vect-patterns.c

Another patch to extend uses of built_in_function to combined_fn,
this time in tree-vect-patterns.c.  The old code didn't handle the
long double pow variants, but I think that's because noone had a target
that would benefit rather than because the code would mishandle them.

Tested on x86_64-linux-gnu, aarch64-linux-gnu and arm-linux-gnueabi.

gcc/
	* tree-vect-patterns.c: Include case-cfn-macros.h.
	(vect_recog_pow_pattern): Use combined_fn instead of built-in codes.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-patterns.c



More information about the Gcc-cvs mailing list