This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5148d4faa6 Update per-file selftest and finalization hooks for .c to . [...] new 4c46f5a471c ifcvt: Check if cmovs are needed. new 9b8eaa28225 ifcvt: Allow constants for noce_convert_multiple. new 46346d8d76c ifcvt: Improve costs handling for noce_convert_multiple. new e9ebb86799f ifcvt/optabs: Allow using a CC comparison for emit_conditio [...] new aa8cfe78595 ifcvt: Try re-using CC for conditional moves. new d249933e6b4 testsuite/s390: Add tests for noce_convert_multiple. new 92efc019ed9 ifcvt: Run second pass if it is possible to omit a temporary.
The 7 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/config/rs6000/rs6000.cc | 6 +- gcc/expmed.cc | 8 +- gcc/expr.cc | 10 +- gcc/ifcvt.cc | 543 ++++++++++++++++----- gcc/optabs.cc | 140 ++++-- gcc/optabs.h | 4 +- gcc/rtl.h | 11 +- gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +- .../gcc.target/s390/ifcvt-two-insns-bool.c | 39 ++ .../gcc.target/s390/ifcvt-two-insns-int.c | 39 ++ .../gcc.target/s390/ifcvt-two-insns-long.c | 39 ++ 11 files changed, 672 insertions(+), 169 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-two-insns-bool.c create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-two-insns-int.c create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-two-insns-long.c