public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/100310] New: [AVX512] Missing support for v{,p}expand* instructions that w/o mask operands
@ 2021-04-28  8:35 crazylht at gmail dot com
  2021-05-07  2:22 ` [Bug target/100310] " crazylht at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: crazylht at gmail dot com @ 2021-04-28  8:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100310
           Summary: [AVX512] Missing support for v{,p}expand* instructions
                    that w/o mask operands
           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: ---

Create a separate bug from pr100267.

Also there's ICE for testcase

#include<immintrin.h>

__m512d
foo (double* src, __m512d a)
{
   return _mm512_mask_expandloadu_pd (a, 255, src);
}

refer to https://godbolt.org/z/n9Pfxbnzb

It's introduces by my r11-5696-g35c4c67e6c534ef3d6ba7a7752ab7e0fbc91755b

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28  8:35 [Bug target/100310] New: [AVX512] Missing support for v{,p}expand* instructions that w/o mask operands crazylht at gmail dot com
2021-05-07  2:22 ` [Bug target/100310] " crazylht at gmail dot com
2021-05-25  1:11 ` crazylht at gmail dot com
2021-06-22  1:35 ` cvs-commit at gcc dot gnu.org
2021-06-22  1:41 ` cvs-commit at gcc dot gnu.org
2021-06-22  1:48 ` 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).