Re: [PATCH][0/4][RFC] RPO style value-numbering

2018-08-24 Thread Richard Biener
On Wed, 1 Aug 2018, Richard Biener wrote: > > This rewrites the value-numbering algorithm used for FRE and PRE from > SSA SCC based to RPO based, thus switching from an algorithm that > handles SSA SCCs optimistically to one that handles CFG SCCs > optimistically. > > The main motivation for th

[PATCH][0/4][RFC] RPO style value-numbering

2018-08-01 Thread Richard Biener
This rewrites the value-numbering algorithm used for FRE and PRE from SSA SCC based to RPO based, thus switching from an algorithm that handles SSA SCCs optimistically to one that handles CFG SCCs optimistically. The main motivation for this besides being more optimistic was that adding CFG con