re PR target/89750 (Wrong code for _mm_comi_round_ss)
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 3 Jun 2019 02:20:33 +0000 (02:20 +0000)
committerHongtao Liu <liuhongt@gcc.gnu.org>
Mon, 3 Jun 2019 02:20:33 +0000 (02:20 +0000)
commit467e9f383c34a368d41814d64691faa1d34b9819
tree5f3d8721e84808d13796700e8c21999bd5635045
parent4bd0426702998a83b02fcd0d23b30a4f8c2ec089
re PR target/89750 (Wrong code for _mm_comi_round_ss)

2019-05-06  H.J. Lu  <hongjiu.lu@intel.com>
    Hongtao Liu  <hongtao.liu@intel.com>

PR target/89750
PR target/86444
* config/i386/i386-expand.c (ix86_expand_sse_comi_round):
Modified, original implementation isn't correct.

2019-05-06  H.J. Lu  <hongjiu.lu@intel.com>
    Hongtao Liu  <hongtao.liu@intel.com>

PR target/89750
PR target/86444
* gcc.target/i386/avx512f-vcomisd-2.c: New.
* gcc.target/i386/avx512f-vcomisd-2.c: Likewise.

Co-Authored-By: Hongtao Liu <hongtao.liu@intel.com>
From-SVN: r271853
gcc/ChangeLog
gcc/config/i386/i386-expand.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/avx512f-vcomisd-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/avx512f-vcomiss-2.c [new file with mode: 0644]