Re: [tree-ssa-ccp] modify extend_mask to extend bits based on signop

2016-08-06 Thread Prathamesh Kulkarni
On 5 August 2016 at 13:52, Richard Biener wrote: > On Fri, 5 Aug 2016, Prathamesh Kulkarni wrote: > >> Ah, the mail failed to be delivered to gcc-patches, sorry for the >> double-post. >> On 5 August 2016 at 01:26, Prathamesh Kulkarni >> wrote:

Re: [tree-ssa-ccp] modify extend_mask to extend bits based on signop

2016-08-05 Thread Richard Biener
On Fri, 5 Aug 2016, Prathamesh Kulkarni wrote: > Ah, the mail failed to be delivered to gcc-patches, sorry for the double-post. > On 5 August 2016 at 01:26, Prathamesh Kulkarni > wrote: > > Hi, > > Is the attached patch OK ? > > Since we want to extend based on

Re: [tree-ssa-ccp] modify extend_mask to extend bits based on signop

2016-08-04 Thread Prathamesh Kulkarni
Ah, the mail failed to be delivered to gcc-patches, sorry for the double-post. On 5 August 2016 at 01:26, Prathamesh Kulkarni wrote: > Hi, > Is the attached patch OK ? > Since we want to extend based on signop, I removed ORing with wi::mask(). > Bootstrap+test