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

2015-07-05 Thread H.J. Lu
On Thu, Jul 2, 2015 at 7:05 AM, Richard Biener wrote: > > This moves floating-point related comparison foldings from > fold_comparison to match.pd. I noticed we call fold_comparison > only for a subset of tcc_comparison - the newly introduced > simple_comparison operator list and changes to prese

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

2015-07-02 Thread Richard Biener
This moves floating-point related comparison foldings from fold_comparison to match.pd. I noticed we call fold_comparison only for a subset of tcc_comparison - the newly introduced simple_comparison operator list and changes to present patterns reflect that. Bootstrapped on x86_64-unknown-linux-