RE: [QUESTION] About RTL optimization at forward propagation

2020-03-30 Thread xiezhiheng
> -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Monday, March 30, 2020 4:39 PM > To: xiezhiheng > Cc: gcc@gcc.gnu.org > Subject: Re: [QUESTION] About RTL optimization at forward propagation > > On Sat, Mar 28, 2020 at 4:1

Re: [QUESTION] About RTL optimization at forward propagation

2020-03-30 Thread Richard Biener via Gcc
On Sat, Mar 28, 2020 at 4:19 AM xiezhiheng wrote: > > Hi, > I find there exists some restricts in function fwprop preventing it to > forward propagate addresses into loops. > /* Go through all the uses. df_uses_create will create new ones at the >end, and we'll go through them as well. > >

[QUESTION] About RTL optimization at forward propagation

2020-03-27 Thread xiezhiheng
Hi, I find there exists some restricts in function fwprop preventing it to forward propagate addresses into loops. /* Go through all the uses. df_uses_create will create new ones at the end, and we'll go through them as well. Do not forward propagate addresses into loops until after unro