public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/106113] wrong codegen for _mm_[u]comineq_{ss,sd} and need to return PF result.
Date: Fri, 15 Jul 2022 02:31:56 +0000	[thread overview]
Message-ID: <bug-106113-4-KPTQyE3gmJ@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-106113-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kong Lingling <konglin1@gcc.gnu.org>:

https://gcc.gnu.org/g:ae69e6f61b93dcb5b1e7ef609431f100c1b9b2e5

commit r13-1702-gae69e6f61b93dcb5b1e7ef609431f100c1b9b2e5
Author: konglin1 <lingling.kong@intel.com>
Date:   Fri Jul 15 10:29:27 2022 +0800

    i386: Fix _mm_[u]comixx_{ss,sd} codegen and add PF result. [PR106113]

    gcc/ChangeLog:

            PR target/106113
            * config/i386/i386-builtin.def (BDESC): Fix [u]comi{ss,sd}
            comparison due to intrinsics changed over time.
            * config/i386/i386-expand.cc (ix86_ssecom_setcc):
            Add unordered check and mode for sse comi codegen.
            (ix86_expand_sse_comi): Add unordered check and check a different
            CCmode.
            (ix86_expand_sse_comi_round):Extract unordered check and mode part
            in ix86_ssecom_setcc.

    gcc/testsuite/ChangeLog:

            PR target/106113
            * gcc.target/i386/avx-vcomisd-pr106113-2.c: New test.
            * gcc.target/i386/avx-vcomiss-pr106113-2.c: Ditto.
            * gcc.target/i386/avx-vucomisd-pr106113-2.c: Ditto.
            * gcc.target/i386/avx-vucomiss-pr106113-2.c: Ditto.
            * gcc.target/i386/sse-comiss-pr106113-1.c: Ditto.
            * gcc.target/i386/sse-comiss-pr106113-2.c: Ditto.
            * gcc.target/i386/sse-ucomiss-pr106113-1.c: Ditto.
            * gcc.target/i386/sse-ucomiss-pr106113-2.c: Ditto.
            * gcc.target/i386/sse2-comisd-pr106113-1.c: Ditto.
            * gcc.target/i386/sse2-comisd-pr106113-2.c: Ditto.
            * gcc.target/i386/sse2-ucomisd-pr106113-1.c: Ditto.
            * gcc.target/i386/sse2-ucomisd-pr106113-2.c: Ditto.

  parent reply	other threads:[~2022-07-15  2:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-28 10:05 [Bug target/106113] New: " lingling.kong7 at gmail dot com
2022-06-28 13:32 ` [Bug target/106113] " jakub at gcc dot gnu.org
2022-06-28 13:33 ` jakub at gcc dot gnu.org
2022-06-30  2:16 ` hjl.tools at gmail dot com
2022-06-30  2:26 ` lingling.kong7 at gmail dot com
2022-07-15  2:31 ` cvs-commit at gcc dot gnu.org [this message]
2022-07-26  6:00 ` lingling.kong7 at gmail dot com
2022-07-26  6:01 ` lingling.kong7 at gmail dot com
2022-10-22  2:21 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-106113-4-KPTQyE3gmJ@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).