This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57c83f7 [PR69123] fix handling of MEMs in VTA to avoid dataflow oscillation new bd8bece gcc/ new 07d3651 Add missing phi args in create_parallel_loop new ae8718b [RTL-ifcvt] PR rtl-optimization/68841: Make sure one basic bl [...]
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/ChangeLog | 32 ++++++++++++++++++++ gcc/config/i386/i386.c | 7 +++++ gcc/config/i386/i386.h | 2 ++ gcc/config/i386/x86-tune.def | 5 ++++ gcc/doc/invoke.texi | 8 +++++ gcc/ifcvt.c | 42 ++++++++++++++++++--------- gcc/params.def | 6 ++++ gcc/testsuite/ChangeLog | 13 +++++++++ gcc/testsuite/gcc.c-torture/execute/pr68841.c | 31 ++++++++++++++++++++ gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +- gcc/testsuite/gcc.dg/ifcvt-5.c | 17 +++++++++++ gcc/testsuite/gcc.dg/pr68841.c | 34 ++++++++++++++++++++++ gcc/tree-parloops.c | 7 ++++- 13 files changed, 190 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68841.c create mode 100644 gcc/testsuite/gcc.dg/ifcvt-5.c create mode 100644 gcc/testsuite/gcc.dg/pr68841.c