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 5 August 2016 at 13:52, Richard Biener <rguenther@suse.de> 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
>> <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, committed as r239212 after adjusting the comment and
verifying bootstrap+test passes on aarch64-linux-gnu and ppc64le-linux-gnu.

Thanks,
Prathamesh
>
> Thanks,
> Richard.


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