Re: PR85787: Extend malloc_candidate_p to handle multiple phis.

2018-10-04 Thread Prathamesh Kulkarni
On Fri, 14 Sep 2018 at 22:49, Jeff Law wrote: > > On 8/28/18 5:26 AM, Prathamesh Kulkarni wrote: > > H > > The attached patch extends malloc_candidate_p to handle multiple phis. > > There's a lot of noise in the patch because I moved most of > > malloc_candidate_p into > > new function

Re: PR85787: Extend malloc_candidate_p to handle multiple phis.

2018-09-14 Thread Jeff Law
On 8/28/18 5:26 AM, Prathamesh Kulkarni wrote: > H > The attached patch extends malloc_candidate_p to handle multiple phis. > There's a lot of noise in the patch because I moved most of > malloc_candidate_p into > new function malloc_candidate_p_1. The only real change is following hunk: > > +

Re: PR85787: Extend malloc_candidate_p to handle multiple phis.

2018-09-05 Thread Prathamesh Kulkarni
On 28 August 2018 at 16:56, Prathamesh Kulkarni wrote: > H > The attached patch extends malloc_candidate_p to handle multiple phis. > There's a lot of noise in the patch because I moved most of > malloc_candidate_p into > new function malloc_candidate_p_1. The only real change is following hunk:

PR85787: Extend malloc_candidate_p to handle multiple phis.

2018-08-28 Thread Prathamesh Kulkarni
H The attached patch extends malloc_candidate_p to handle multiple phis. There's a lot of noise in the patch because I moved most of malloc_candidate_p into new function malloc_candidate_p_1. The only real change is following hunk: + gimple *arg_def = SSA_NAME_DEF_STMT (arg); +