https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109549

--- Comment #19 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Stefan Schulze Frielinghaus
<stefa...@gcc.gnu.org>:

https://gcc.gnu.org/g:57e04879389f9c0d5d53f316b468ce1bddbab350

commit r15-787-g57e04879389f9c0d5d53f316b468ce1bddbab350
Author: Stefan Schulze Frielinghaus <stefa...@linux.ibm.com>
Date:   Thu May 23 08:43:35 2024 +0200

    s390: Implement TARGET_NOCE_CONVERSION_PROFITABLE_P [PR109549]

    Consider a NOCE conversion as profitable if there is at least one
    conditional move.

    gcc/ChangeLog:

            PR target/109549
            * config/s390/s390.cc (TARGET_NOCE_CONVERSION_PROFITABLE_P):
            Define.
            (s390_noce_conversion_profitable_p): Implement.

    gcc/testsuite/ChangeLog:

            * gcc.target/s390/ccor.c: Order of loads are reversed, now, as a
            consequence the condition has to be reversed.

Reply via email to