Commit: See in git+ssh://linaroci@gcc.gnu.org/git/gcc.git gcc patch https://patchwork.sourceware.org/patch/135995 Author: Souradipto Das Date: Fri May 29 00:35:44 2026 +0530 [PATCH] tree-optimization/125442: Optimize logical reductions against zero This patch introduces a match.pd simplification rule to address a missed optimization where expressions of the form (x == 0) | ((x | y) == 0) were not reduced down to (x == 0). Utilizing a 2-way macro iterator loop, the ... 24 lines of the commit log omitted. ... applied on top of baseline commit: cdaec79820f Daily bump. * tcwg_simplebootstrap_build ** master-arm-bootstrap *** Success *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/2c1e7b6e7828f3c16b63981844915663b67aed01/tcwg_simplebootstrap_build/master-arm-bootstrap/details.txt *** http://54.172.246.49:9090/jobs/tcwg_simplebootstrap_build--master-arm-bootstrap-precommit/builds/10150/archive/artifacts/ Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/2c1e7b6e7828f3c16b63981844915663b67aed01/jira/yaml