Commit: See in git+ssh://linaroci@gcc.gnu.org/git/gcc.git gcc patch https://patchwork.sourceware.org/patch/138304 Author: Naveen Date: Thu Jul 2 03:33:48 2026 -0700 [PATCH v4] tree-optimization: fold memset with length in [0, 1] to conditional store [PR102202] The patch improves memset optimization when the length is known to be 0 or 1. It uses Ranger information to recognize such cases, shrink-wraps the call on the zero-length case and replaces the one-byte case with a direct byte store. ... 23 lines of the commit log omitted. ... applied on top of baseline commit: ac91bb5b441 AArch64: Cap suggested unroll factor for small known-niters loops * tcwg_simplebootstrap_build ** master-arm-bootstrap *** Success *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/07d16e3948ad62e592467c8ef0be438a86a2f58e/tcwg_simplebootstrap_build/master-arm-bootstrap/details.txt *** http://54.172.246.49:9090/jobs/tcwg_simplebootstrap_build--master-arm-bootstrap-precommit/builds/10867/archive/artifacts/ Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/07d16e3948ad62e592467c8ef0be438a86a2f58e/jira/yaml