This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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
> <prathamesh.kulkarni@linaro.org> wrote:
> > Hi,
> > Is the attached patch OK ?
> > Since we want to extend based on signop, I removed ORing with wi::mask().
> > Bootstrap+test passes on x86_64-unknown-linux-gnu.
> > Cross-test in progress on arm*-*-* and aarch64*-*-*.
> > Ok for trunk ?

Ok if you adjust the extend_mask function comment accordingly.

Thanks,
Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]