This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bd6ecbe48ad libgcc: Expose the instruction pointer and stack pointer in [...] new f5e18dd9c7d pass: Run cleanup passes before SLP [PR96789]
The 1 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/function.h | 7 ++++ gcc/passes.c | 47 ++++++++++++++++++++++++ gcc/passes.def | 11 ++++-- gcc/testsuite/gcc.dg/tree-ssa/pr96789.c | 58 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-28.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-29.c | 2 +- gcc/testsuite/gcc.dg/vect/bb-slp-41.c | 5 ++- gcc/timevar.def | 1 + gcc/tree-pass.h | 6 ++++ gcc/tree-ssa-loop-ivcanon.c | 3 ++ 10 files changed, 136 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96789.c