This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 3/5] Rewrite part of and_comparisons_1 into match.pd.
- From: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org,Martin Liška <mliska at suse dot cz>,Richard Biener <rguenther at suse dot de>,Li Jia He <helijia at linux dot ibm dot com>
- Cc: Andrew Pinski <pinskia at gmail dot com>,Jeff Law <law at redhat dot com>,GCC Patches <gcc-patches at gcc dot gnu dot org>,Segher Boessenkool <segher at kernel dot crashing dot org>,wschmidt at linux dot ibm dot com,Martin Liska <mliska at suse dot de>
- Date: Tue, 10 Sep 2019 10:52:33 +0200
- Subject: Re: [PATCH 3/5] Rewrite part of and_comparisons_1 into match.pd.
- References: <1561615913-22109-1-git-send-email-helijia@linux.ibm.com> <6fb28248-5134-cec5-5045-45253e4d2eb0@redhat.com> <6d333ccf-9905-e929-c2dc-fc611ff929f1@linux.ibm.com> <CA+=Sn1mgUXkEBQTzp5Nv5gcANtpZeutisEtQbez_L7xgg39ppw@mail.gmail.com> <alpine.LSU.2.20.1907010920230.10704@zhemvz.fhfr.qr> <bc69c05f-d966-cab7-b79f-a188523f9258@linux.ibm.com> <alpine.LSU.2.20.1907021007050.2976@zhemvz.fhfr.qr> <alpine.LSU.2.20.1907021031040.2976@zhemvz.fhfr.qr> <845bc280-7bd6-509b-3830-4ebde50f1b20@linux.ibm.com> <nycvar.YFH.7.76.1909051446520.5566@zhemvz.fhfr.qr> <daa3c217-3bfc-086d-da27-175a63da2c59@suse.cz> <c04bad8c-a1ba-239a-9fee-c9dc9be7e3a3@suse.cz> <4efa66d4-c04c-e5a6-18ff-2f4310d7f64d@suse.cz>
On 9 September 2019 15:41:05 CEST, "Martin Liška" <mliska@suse.cz> wrote:
>On 9/9/19 2:24 PM, Martin Liška wrote:
>> Hi.
>>
>> The patch is about transition of and_comparisons_1 matching
>> into match.pd.
>>
>> Patch can bootstrap on x86_64-linux-gnu and survives regression
>tests.
>>
>> Ready to be installed?
>> Thanks,
>> Martin
>>
>
>Updated version (as mentioned in part 1).
>
+ && TREE_CODE_CLASS ((tree_code)op.code) == tcc_comparison)
COMPARISON_CLASS_P
thanks,