https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118206

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2025-January
                   |                            |/673161.html
           Keywords|                            |patch

--- Comment #15 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Thanks for the testcase and for the analysis!

You're right about the predicate too, it makes no sense.  I'd patched out the
xor one last night because it was not even supposed to be there to begin with,
but the other occurrences in other tests seem to have been a cut&pasto I've
been carrying unthinkingly since the tentative and abandoned use of match.pd to
recognize the gimple patterns for fold_truth_andor_for_ifcombine.  Will fix.

Reply via email to