Re: Replace REDUC_*_EXPRs with internal functions.

2017-11-22 Thread Richard Biener
On Wed, Nov 22, 2017 at 12:15 PM, Richard Sandiford wrote: > Jakub Jelinek writes: >> On Wed, Nov 22, 2017 at 10:09:08AM +, Richard Sandiford wrote: >>> This patch replaces the REDUC_*_EXPR tree codes with internal functions. >>> This is needed so that the support for in-order reductions can

Re: Replace REDUC_*_EXPRs with internal functions.

2017-11-22 Thread Richard Sandiford
Jakub Jelinek writes: > On Wed, Nov 22, 2017 at 10:09:08AM +, Richard Sandiford wrote: >> This patch replaces the REDUC_*_EXPR tree codes with internal functions. >> This is needed so that the support for in-order reductions can also use >> internal functions without too much complication. >>

Re: Replace REDUC_*_EXPRs with internal functions.

2017-11-22 Thread Jakub Jelinek
On Wed, Nov 22, 2017 at 10:09:08AM +, Richard Sandiford wrote: > This patch replaces the REDUC_*_EXPR tree codes with internal functions. > This is needed so that the support for in-order reductions can also use > internal functions without too much complication. > > This came out of the revie

Replace REDUC_*_EXPRs with internal functions.

2017-11-22 Thread Richard Sandiford
This patch replaces the REDUC_*_EXPR tree codes with internal functions. This is needed so that the support for in-order reductions can also use internal functions without too much complication. This came out of the review for: https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01516.html Tested on