public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/100648] New: Optimize away x<0 as mask argument of a blend for AVX512 mask
@ 2021-05-18  8:59 crazylht at gmail dot com
  2021-06-28  1:28 ` [Bug target/100648] " cvs-commit at gcc dot gnu.org
  2021-06-28  1:35 ` crazylht at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: crazylht at gmail dot com @ 2021-05-18  8:59 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100648
           Summary: Optimize away x<0 as mask argument of a blend for
                    AVX512 mask
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: crazylht at gmail dot com
                CC: hjl.tools at gmail dot com
  Target Milestone: ---
              Host: x86_64-pc-linux-gnu
            Target: x86_64-*-* i?86-*-*

Similar to PR target/54700, but for AVX512 mask

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/100648] Optimize away x<0 as mask argument of a blend for AVX512 mask
  2021-05-18  8:59 [Bug target/100648] New: Optimize away x<0 as mask argument of a blend for AVX512 mask crazylht at gmail dot com
@ 2021-06-28  1:28 ` cvs-commit at gcc dot gnu.org
  2021-06-28  1:35 ` crazylht at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-06-28  1:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:

https://gcc.gnu.org/g:3f1a08d9d731975d4061c306837ab28d52f37c7e

commit r12-1835-g3f1a08d9d731975d4061c306837ab28d52f37c7e
Author: liuhongt <hongtao.liu@intel.com>
Date:   Mon May 24 10:57:52 2021 +0800

    For 128/256-bit vec_cond_expr, When mask operands is lt reg const0_rtx,
blendv can be used instead of avx512 mask.

    gcc/ChangeLog:

            PR target/100648
            * config/i386/sse.md (*avx_cmp<mode>3_lt): New
            define_insn_and_split.
            (*avx_cmp<mode>3_ltint): Ditto.
            (*avx2_pcmp<mode>3_3): Ditto.
            (*avx2_pcmp<mode>3_4): Ditto.
            (*avx2_pcmp<mode>3_5): Ditto.

    gcc/testsuite/ChangeLog:

            PR target/100648
            * g++.target/i386/avx2-pr54700-2.C: Adjust testcase.
            * g++.target/i386/avx512vl-pr54700-1a.C: New test.
            * g++.target/i386/avx512vl-pr54700-1b.C: New test.
            * g++.target/i386/avx512vl-pr54700-2a.C: New test.
            * g++.target/i386/avx512vl-pr54700-2b.C: New test.
            * gcc.target/i386/avx512vl-pr100648.c: New test.
            * gcc.target/i386/avx512vl-blendv-1.c: New test.
            * gcc.target/i386/avx512vl-blendv-2.c: New test.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/100648] Optimize away x<0 as mask argument of a blend for AVX512 mask
  2021-05-18  8:59 [Bug target/100648] New: Optimize away x<0 as mask argument of a blend for AVX512 mask crazylht at gmail dot com
  2021-06-28  1:28 ` [Bug target/100648] " cvs-commit at gcc dot gnu.org
@ 2021-06-28  1:35 ` crazylht at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: crazylht at gmail dot com @ 2021-06-28  1:35 UTC (permalink / raw)
  To: gcc-bugs

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

Hongtao.liu <crazylht at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---
Fixed in GCC12.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-28  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  8:59 [Bug target/100648] New: Optimize away x<0 as mask argument of a blend for AVX512 mask crazylht at gmail dot com
2021-06-28  1:28 ` [Bug target/100648] " cvs-commit at gcc dot gnu.org
2021-06-28  1:35 ` crazylht at gmail dot com

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).