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

--- Comment #11 from sudi at gcc dot gnu.org ---
Author: sudi
Date: Wed Mar 28 10:15:47 2018
New Revision: 258917

URL: https://gcc.gnu.org/viewcvs?rev=258917&root=gcc&view=rev
Log:
[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md

This is a backport of r258653 and r258672.

ChangeLog Entries:

*** gcc/ChangeLog ***

2018-03-28  Sudakshina Das  <sudi....@arm.com>

        2018-03-19  Sudakshina Das  <sudi....@arm.com>
        PR target/81647

        * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Modify
        instructions for UNLT, UNLE, UNGT, UNGE, UNEQ, UNORDERED and ORDERED.

*** gcc/testsuite/ChangeLog ***

2018-03-28  Sudakshina Das  <sudi....@arm.com>
            Christophe Lyon  <christophe.l...@linaro.org>

        2018-03-20  Christophe Lyon  <christophe.l...@linaro.org>

        PR target/81647
        * gcc.target/aarch64/pr81647.c: Require fenv_exceptions.

        2018-03-19  Sudakshina Das  <sudi....@arm.com>

        PR target/81647
        * gcc.target/aarch64/pr81647.c: New.

Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.target/aarch64/pr81647.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/aarch64/aarch64-simd.md
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

Reply via email to