Re: [PATCH] predcom: Adjust some unnecessary update_ssa calls

2021-06-08 Thread Martin Sebor via Gcc-patches
On 6/8/21 3:30 AM, Kewen.Lin wrote: on 2021/6/7 下午10:46, Richard Biener wrote: On Wed, Jun 2, 2021 at 11:29 AM Kewen.Lin wrote: Hi, As Richi suggested in PR100794, this patch is to remove some unnecessary update_ssa calls with flag TODO_update_ssa_only_virtuals, also do some refactoring. Bo

Re: [PATCH] predcom: Adjust some unnecessary update_ssa calls

2021-06-08 Thread Richard Biener via Gcc-patches
On Tue, Jun 8, 2021 at 1:02 PM Richard Biener wrote: > > On Tue, Jun 8, 2021 at 11:31 AM Kewen.Lin wrote: > > > > on 2021/6/7 下午10:46, Richard Biener wrote: > > > On Wed, Jun 2, 2021 at 11:29 AM Kewen.Lin wrote: > > >> > > >> Hi, > > >> > > >> As Richi suggested in PR100794, this patch is to rem

Re: [PATCH] predcom: Adjust some unnecessary update_ssa calls

2021-06-08 Thread Richard Biener via Gcc-patches
On Tue, Jun 8, 2021 at 11:31 AM Kewen.Lin wrote: > > on 2021/6/7 下午10:46, Richard Biener wrote: > > On Wed, Jun 2, 2021 at 11:29 AM Kewen.Lin wrote: > >> > >> Hi, > >> > >> As Richi suggested in PR100794, this patch is to remove > >> some unnecessary update_ssa calls with flag > >> TODO_update_ss

Re: [PATCH] predcom: Adjust some unnecessary update_ssa calls

2021-06-08 Thread Kewen.Lin via Gcc-patches
on 2021/6/7 下午10:46, Richard Biener wrote: > On Wed, Jun 2, 2021 at 11:29 AM Kewen.Lin wrote: >> >> Hi, >> >> As Richi suggested in PR100794, this patch is to remove >> some unnecessary update_ssa calls with flag >> TODO_update_ssa_only_virtuals, also do some refactoring. >> >> Bootstrapped/regtes

Re: [PATCH] predcom: Adjust some unnecessary update_ssa calls

2021-06-07 Thread Martin Sebor via Gcc-patches
On 6/7/21 8:46 AM, Richard Biener via Gcc-patches wrote: On Wed, Jun 2, 2021 at 11:29 AM Kewen.Lin wrote: Hi, As Richi suggested in PR100794, this patch is to remove some unnecessary update_ssa calls with flag TODO_update_ssa_only_virtuals, also do some refactoring. Bootstrapped/regtested on

Re: [PATCH] predcom: Adjust some unnecessary update_ssa calls

2021-06-07 Thread Richard Biener via Gcc-patches
On Wed, Jun 2, 2021 at 11:29 AM Kewen.Lin wrote: > > Hi, > > As Richi suggested in PR100794, this patch is to remove > some unnecessary update_ssa calls with flag > TODO_update_ssa_only_virtuals, also do some refactoring. > > Bootstrapped/regtested on powerpc64le-linux-gnu P9, > x86_64-redhat-linu