This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from c8fdef7fc25 [alpha] adjust MEM alignment for block move [PR115459] new d702a957753 Fixup unaligned load/store cost for znver4 new 4a04110ec83 Fixup unaligned load/store cost for znver5 new ca275b68ef1 tree-optimization/115867 - ICE with simdcall vectorization [...] new 6f74a5f5dc1 tree-optimization/115701 - factor out maybe_duplicate_ssa_i [...] new e01012c459c tree-optimization/115701 - fix maybe_duplicate_ssa_info_at_copy new 06829e593d2 tree-optimization/115843 - fix wrong-code with fully-masked [...] new 59ed01d5e3d tree-optimization/115841 - reduction epilogue placement issue
The 7 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/config/i386/x86-tune-costs.h | 8 +++---- gcc/testsuite/gcc.dg/torture/pr115701.c | 22 +++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr115841.c | 42 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr115843.c | 41 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-copy.cc | 32 ++----------------------- gcc/tree-ssa-sccvn.cc | 21 ++--------------- gcc/tree-ssanames.cc | 22 +++++++++++++++++ gcc/tree-ssanames.h | 3 ++- gcc/tree-vect-loop-manip.cc | 8 +++++-- gcc/tree-vect-loop.cc | 7 +++--- gcc/tree-vect-stmts.cc | 7 +++++- 11 files changed, 153 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr115701.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr115841.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr115843.c