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 rtl-optimization/87918
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr82990-5.c
blob
9932bdc537568e9724e855db308bab071c0f03c9
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mavx512f -mtune=generic" } */
3
4
#include <immintrin.h>
5
6
extern
__m512d y
,
z
;
7
8
void
9
pr82941
()
10
{
11
z
=
y
;
12
}
13
14
/* { dg-final { scan-assembler-times "vzeroupper" 1 } } */