Re: PR91166 - Unfolded ZIPs of constants

2019-07-23 Thread Richard Biener
On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > On Tue, 23 Jul 2019 at 17:48, Richard Biener wrote: > > > > On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > > > > > On Tue, 23 Jul 2019 at 16:36, Richard Biener wrote: > > > > > > > > On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > > > > > >

Re: PR91166 - Unfolded ZIPs of constants

2019-07-23 Thread Prathamesh Kulkarni
On Tue, 23 Jul 2019 at 17:48, Richard Biener wrote: > > On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > > > On Tue, 23 Jul 2019 at 16:36, Richard Biener wrote: > > > > > > On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > > > > > > > On Fri, 19 Jul 2019 at 18:12, Richard Sandiford > > > > wrot

Re: PR91166 - Unfolded ZIPs of constants

2019-07-23 Thread Richard Biener
On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > On Tue, 23 Jul 2019 at 16:36, Richard Biener wrote: > > > > On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > > > > > On Fri, 19 Jul 2019 at 18:12, Richard Sandiford > > > wrote: > > > > > > > > Not really my area, but FWIW... > > > > > > > > Pra

Re: PR91166 - Unfolded ZIPs of constants

2019-07-23 Thread Prathamesh Kulkarni
On Tue, 23 Jul 2019 at 16:36, Richard Biener wrote: > > On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > > > On Fri, 19 Jul 2019 at 18:12, Richard Sandiford > > wrote: > > > > > > Not really my area, but FWIW... > > > > > > Prathamesh Kulkarni writes: > > > > Hi, > > > > The attached patch trie

Re: PR91166 - Unfolded ZIPs of constants

2019-07-23 Thread Richard Biener
On Tue, 23 Jul 2019, Prathamesh Kulkarni wrote: > On Fri, 19 Jul 2019 at 18:12, Richard Sandiford > wrote: > > > > Not really my area, but FWIW... > > > > Prathamesh Kulkarni writes: > > > Hi, > > > The attached patch tries to fix PR91166. > > > Does it look OK ? > > > Bootstrap+test in progress

Re: PR91166 - Unfolded ZIPs of constants

2019-07-23 Thread Prathamesh Kulkarni
On Fri, 19 Jul 2019 at 18:12, Richard Sandiford wrote: > > Not really my area, but FWIW... > > Prathamesh Kulkarni writes: > > Hi, > > The attached patch tries to fix PR91166. > > Does it look OK ? > > Bootstrap+test in progress on aarch64-linux-gnu and > > x86_64-unknown-linux-gnu. > > > > Than

Re: PR91166 - Unfolded ZIPs of constants

2019-07-19 Thread Richard Sandiford
Not really my area, but FWIW... Prathamesh Kulkarni writes: > Hi, > The attached patch tries to fix PR91166. > Does it look OK ? > Bootstrap+test in progress on aarch64-linux-gnu and x86_64-unknown-linux-gnu. > > Thanks, > Prathamesh > > 2019-07-17 Prathamesh Kulkarni > > PR middle-end/9