PR target/83604
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr83604.c
blobc6ff2a406f530be1e48f0f6f9af32de7fd8133e2
1 /* PR target/83604 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -mno-avx" } */
5 typedef short V __attribute__((__vector_size__(64)));
7 __attribute__((target ("avx512vbmi2"))) V
8 foo (V x, V y, V z)
10 return __builtin_ia32_vpshrdv_v32hi (x, y, z);