re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+y on...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 25 May 2011 13:35:53 +0000 (13:35 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Wed, 25 May 2011 13:35:53 +0000 (13:35 +0000)
commitd24ad7d6e9397bc1514fe39e9855b0ac6a5489a2
tree7aef98f176403ef59adcfbd7101af4ca1c6fce14
parentd9f8303fb6886eb46fa66c4a7595dc8219a52160
re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+y on powerpc)

2011-05-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/46728
* tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
(execute_cse_sincos): Add switch case for BUILT_IN_POW.

From-SVN: r174196
gcc/ChangeLog
gcc/tree-ssa-math-opts.c