This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eea82246290 ipa-sra: Release dead LHS SSA_NAME when removing it (PR 99951) new 3dcd1334b4f expand: Expand x / y * y as x - x % y if the latter is chea [...] new 75f89001591 match.pd: Add some __builtin_ctz (x) cmp cst simplification [...]
The 2 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/expr.c | 190 +++++++++++++++++++++--------- gcc/generic-match-head.c | 1 + gcc/gimple-match-head.c | 1 + gcc/match.pd | 91 ++++++++++++-- gcc/testsuite/gcc.dg/tree-ssa/pr95527-2.c | 57 +++++++++ gcc/testsuite/gcc.target/i386/pr96696.c | 30 +++++ 6 files changed, 300 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95527-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr96696.c