repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr36992-1.c
blob
345c1f27629fa69bc99766aee0f808affb22cb1c
1
/* { dg-do compile }
2
/* { dg-options "-O2 -msse2" } */
3
4
#include <emmintrin.h>
5
6
__m128i
7
test
(
__m128i b
)
8
{
9
return
_mm_move_epi64
(
b
);
10
}
11
12
/* { dg-final { scan-assembler-times "movq\[ \\t\]+\[^\n\]*%xmm" 1 } } */