Re: [PATCH][21/n] Remove GENERIC stmt combining from SCCVN

2015-07-29 Thread Richard Biener
On July 29, 2015 6:14:58 PM GMT+02:00, Paolo Carlini wrote: >Hi, > >On 07/28/2015 09:20 AM, Richard Biener wrote: >> This moves/merges the equality folding of decl addresses from >> fold_comparison with that from fold_binary in match.pd. >> >> Bootstrapped and tested on x86_64-unknown-linux-gnu,

Re: [PATCH][21/n] Remove GENERIC stmt combining from SCCVN

2015-07-29 Thread Paolo Carlini
Hi, On 07/28/2015 09:20 AM, Richard Biener wrote: This moves/merges the equality folding of decl addresses from fold_comparison with that from fold_binary in match.pd. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2015-07-28 Richard Biener * fold-

[PATCH][21/n] Remove GENERIC stmt combining from SCCVN

2015-07-28 Thread Richard Biener
This moves/merges the equality folding of decl addresses from fold_comparison with that from fold_binary in match.pd. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2015-07-28 Richard Biener * fold-const.c (fold_comparison): Remove equality folding