https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119422
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jeff Law <[email protected]>: https://gcc.gnu.org/g:18a248fda2e6e3f75136e5b1aa3f22fac160c2c3 commit r17-413-g18a248fda2e6e3f75136e5b1aa3f22fac160c2c3 Author: Daniel Barboza <[email protected]> Date: Fri May 8 11:59:18 2026 -0600 [PATCH] match.pd: (bool >= A) >= A -> bool >= A [PR119422] Bootstrapped and regression tested in x86. PR tree-optimization/119422 gcc/ChangeLog: * match.pd(`(bool >= A) >= A -> bool >= A`): New pattern. gcc/testsuite/ChangeLog: * gcc.dg/tree-ssa/pr119422.c: New test. * gcc.dg/tree-ssa/pr119422-2.c: New test.
