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: [PATCH 3/5] Rewrite part of and_comparisons_1 into match.pd.


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,


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