Commit: See in git+ssh://linaroci@gcc.gnu.org/git/gcc.git
gcc patch https://patchwork.sourceware.org/patch/139399
Author: Neal Patalay <nealpatalay0@gmail.com>
Date:   Fri Jul 17 04:02:39 2026 -0700

    [PATCH v2] match: Simplify sign tests for MIN and BIT_IOR [PR126087]
    
    When `b` is known to be non-negative, the sign of both `MIN (a, b)`
    and `a | b` depends only on the sign of `a`. Add patterns to match.pd
    to optimize `MIN (a, b) cmp 0` and `(a | b) cmp 0` into `a cmp 0`,
... 16 lines of the commit log omitted.
... applied on top of baseline commit:
bbc7fd5ae68 testsuite: Add regression test for PR81549

* tcwg_gcc_build
** master-arm
*** Success
*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/d862a671a5f6daec1c00dbdf682e2f354d4c5c8a/tcwg_gcc_build/master-arm/details.txt
*** http://54.172.246.49:9090/jobs/tcwg_gcc_build--master-arm-precommit/builds/12455/archive/artifacts/

Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/d862a671a5f6daec1c00dbdf682e2f354d4c5c8a/jira/yaml
