Re: [PATCH, PR71084] Further improve of CFG change tracking in CSE

2016-05-13 Thread Bernhard Reutner-Fischer
On May 13, 2016 11:50:33 AM GMT+02:00, Richard Biener wrote: >On Fri, May 13, 2016 at 11:03 AM, Ilya Enkovich > wrote: >> Hi, >> >> This patch improves cse_cfg_altered computation by taking into >account >> cleanup_cfg returned values. This

Re: [PATCH, PR71084] Further improve of CFG change tracking in CSE

2016-05-13 Thread Richard Biener
On Fri, May 13, 2016 at 11:03 AM, Ilya Enkovich wrote: > Hi, > > This patch improves cse_cfg_altered computation by taking into account > cleanup_cfg returned values. This resolves another case of invalidated > dominance info. > > Bootstrapped and regtested on

[PATCH, PR71084] Further improve of CFG change tracking in CSE

2016-05-13 Thread Ilya Enkovich
Hi, This patch improves cse_cfg_altered computation by taking into account cleanup_cfg returned values. This resolves another case of invalidated dominance info. Bootstrapped and regtested on x86_64-unknown-linux-gnu. OK for turnk? Thanks, Ilya -- gcc/ 2016-05-13 Ilya Enkovich