This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from f0a86bbc82a [PATCH] [PR modula2/117203] Followup add Delete procedure function new aa28a331e9f tree-optimization/121035 - handle stray VN values without e [...] new 185a8bae0f2 tree-optimization/121049 - avoid loop masking with even/odd [...] new b37d0b2f620 tree-optimization/121059 - fixup loop mask query
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/internal-fn.cc | 27 +++++++++++ gcc/internal-fn.h | 1 + gcc/testsuite/gcc.dg/pr121035.c | 94 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr121049.c | 25 ++++++++++ gcc/testsuite/gcc.dg/vect/pr121059.c | 24 +++++++++ gcc/tree-ssa-pre.cc | 21 ++++---- gcc/tree-vect-stmts.cc | 24 +++++++-- 7 files changed, 201 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr121035.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr121049.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr121059.c