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
* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr43766.c
blob
8ac16137f78ba9ee9dc188e8078364a18a3b902e
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
/* { dg-options "-O2 -msse -mregparm=3" { target ia32 } } */
4
5
void
p
(
int
*
a
,
int
i
)
6
{
7
__builtin_prefetch
(&
a
[
i
]);
8
}
9
10
/* { dg-final { scan-assembler-not "lea\[lq\]?\[ \t\]" } } */