Re: PR82808

2017-11-14 Thread Richard Biener
On Tue, Nov 14, 2017 at 10:31 AM, Prathamesh Kulkarni wrote: > On 3 November 2017 at 15:38, Richard Biener > wrote: >> On Fri, Nov 3, 2017 at 6:15 AM, Prathamesh Kulkarni >> wrote: >>> Hi Martin, >>> As mentioned in PR, the issue here for propagating value of 'm' from >>> f_c1 to foo() is that

Re: PR82808

2017-11-14 Thread Prathamesh Kulkarni
On 3 November 2017 at 15:38, Richard Biener wrote: > On Fri, Nov 3, 2017 at 6:15 AM, Prathamesh Kulkarni > wrote: >> Hi Martin, >> As mentioned in PR, the issue here for propagating value of 'm' from >> f_c1 to foo() is that the jump function operation is FLOAT_EXPR, and >> the type of input para

Re: PR82808

2017-11-03 Thread Richard Biener
On Fri, Nov 3, 2017 at 6:15 AM, Prathamesh Kulkarni wrote: > Hi Martin, > As mentioned in PR, the issue here for propagating value of 'm' from > f_c1 to foo() is that the jump function operation is FLOAT_EXPR, and > the type of input param 'm' is int, so fold_unary() doesn't do the > conversion to