PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr87599.c
blob1e2defde04271480db6db9d878d6a54f8bf20e7a
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-march=corei7 -O2" } */
3 /* { dg-final { scan-assembler-times "punpcklqdq\[ \\t\]+%xmm\[0-9\]+,\[ \\t\]+%xmm\[0-9\]+" 1 } } */
5 #include <immintrin.h>
7 __m128i
8 foo (long long val)
10 __m128i rval = {val, val};
11 return rval;