This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a7553ad60be store-merging: Handle vector CONSTRUCTORs using bswap [PR96239] new 5ca2400270e match.pd: Improve (A / (1 << B)) -> (A >> B) optimization [ [...] new 576714b309b phiopt: Optimize x < 0 ? ~y : y to (x >> 31) ^ y [PR96928] new 4ddee425b8c reassoc: Fix reassociation on 32-bit hosts with > 32767 bbs [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/match.pd | 8 +- gcc/testsuite/g++.dg/tree-ssa/pr96930.C | 10 ++ gcc/testsuite/gcc.dg/tree-ssa/pr96928.c | 38 ++++++++ .../gcc.target/i386/ifcvt-onecmpl-abs-1.c | 4 +- gcc/tree-ssa-phiopt.c | 108 +++++++++++++++++++++ gcc/tree-ssa-reassoc.c | 34 +++---- 6 files changed, 181 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr96930.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96928.c