This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fab08d12b40 s390: Try to emit vlbr/vstbr instead of vperm et al. new 3d48c11ad08 Swap loop splitting and final value replacement new 021a0cd4494 Add virtual operand global liveness computation class new 46c8c225455 Improve sinking with unrelated defs
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/passes.def | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-20.c | 16 ++++++ gcc/testsuite/gcc.target/i386/pr87007-5.c | 4 +- gcc/tree-ssa-live.cc | 75 +++++++++++++++++++++++++++++ gcc/tree-ssa-live.h | 27 +++++++++++ gcc/tree-ssa-sink.cc | 70 +++++++-------------------- 6 files changed, 139 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-20.c