This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from da2b7c7f0a1 remove SLP_TREE_TWO_OPERATORS, add SLP permutation node new 5553433d7b3 avoid early asm output new 9a875db43cd forwprop: simplify_vector_constructor follow-up fix [PR95713] new 2e0f4a18bc9 phiopt: Improve minmax optimization [PR95699]
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/testsuite/gcc.dg/pr95713.c | 15 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr95699.c | 39 ++++++++++++++++++++ gcc/tree-ssa-forwprop.c | 11 +++--- gcc/tree-ssa-phiopt.c | 63 +++++++++++++++++++++++++++------ gcc/varasm.c | 26 +++++++------- 5 files changed, 124 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95713.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95699.c