This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3f570621352 GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs new ed3c43224cc Perform reverse program order walk for GIMPLE DSE new 32955416d80 Improve PHI handling in DSE
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/testsuite/gcc.dg/pr81192.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-41.c | 16 +++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-42.c | 20 +++ gcc/tree-ssa-dse.c | 205 +++++++++++++---------------- 4 files changed, 128 insertions(+), 117 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-41.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-42.c