public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/109117] New: "__builtin_ia32_vaesdec_v16qi" compiled only with option -mvaes report ICE.
@ 2023-03-14  2:24 lin1.hu at intel dot com
  2023-03-14  2:25 ` [Bug target/109117] " lin1.hu at intel dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lin1.hu at intel dot com @ 2023-03-14  2:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109117
           Summary: "__builtin_ia32_vaesdec_v16qi" compiled only with
                    option -mvaes report ICE.
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: lin1.hu at intel dot com
  Target Milestone: ---

When the compiler compiles "__builtin_ia32_vaesdec_v16qi" with option
-mvaes,-no-avx512vl, it reports ICE.

The detail can refer to https://godbolt.org/z/fEGavbGWz.

Test-case:

typedef char __v16qi __attribute__ ((__vector_size__(16)));
typedef long long __m128i __attribute__((__vector_size__(16),
__aligned__(16)));
volatile __v16qi x, y;
volatile __m128i res;

void
foo (void)
{
    res = (__m128i) __builtin_ia32_vaesdec_v16qi (x, y);
}

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

end of thread, other threads:[~2023-03-15  3:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14  2:24 [Bug target/109117] New: "__builtin_ia32_vaesdec_v16qi" compiled only with option -mvaes report ICE lin1.hu at intel dot com
2023-03-14  2:25 ` [Bug target/109117] " lin1.hu at intel dot com
2023-03-14  3:21 ` lin1.hu at intel dot com
2023-03-14  3:22 ` lin1.hu at intel dot com
2023-03-14  9:20 ` lin1.hu at intel dot com
2023-03-15  3:24 ` cvs-commit at gcc dot gnu.org

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