On 9 September 2019 15:41:05 CEST, "Martin Liška" <mli...@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,