public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "crazylht at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/102834] gcc.target/i386/avx512f-pr96891-3.c FAILs
Date: Wed, 20 Oct 2021 01:14:07 +0000	[thread overview]
Message-ID: <bug-102834-4-b6GKKI0YMd@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-102834-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---
(In reply to Rainer Orth from comment #1)
> Created attachment 51632 [details]
> 32-bit avx512f-pr96891-3.s

It relies on the existence of the pattern one_cmpldi2_doubleword, so that the
avx512bw_cmpv64qi3 and one_cmpldi2_doubleword will be combined to
avx512bw_cmpv64qi3 w/ adjustment of imm operand, but on 32-bit Solaris/x86 
one_cmpldi2_doubleword  is not existed.

(define_expand "one_cmpl<mode>2"
  [(set (match_operand:SWIM1248s 0 "nonimmediate_operand")
        (not:SWIM1248s (match_operand:SWIM1248s 1 "nonimmediate_operand")))]

(define_mode_iterator SWIM1248s
        [(QI "TARGET_QIMODE_MATH")
         (HI "TARGET_HIMODE_MATH")
         SI (DI "TARGET_64BIT || (TARGET_STV && TARGET_SSE2)")])

mstv
Target Mask(STV) Save
Disable Scalar to Vector optimization pass transforming 64-bit integer
computations into a vector ones.

Guess stv is disabled on on 32-bit Solaris/x86, if that, the fail should be
expected and xfail should be added for 32-bit Solaris/x86

  parent reply	other threads:[~2021-10-20  1:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19 11:22 [Bug target/102834] New: " ro at gcc dot gnu.org
2021-10-19 11:23 ` [Bug target/102834] " ro at gcc dot gnu.org
2021-10-19 11:23 ` ro at gcc dot gnu.org
2021-10-20  1:14 ` crazylht at gmail dot com [this message]
2021-10-25 14:02 ` ro at gcc dot gnu.org
2021-10-26 12:35 ` cvs-commit at gcc dot gnu.org
2021-10-26 12:37 ` ro 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-102834-4-b6GKKI0YMd@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).