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
[AArch64] Refactor reduc_<su>plus patterns.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
fmovd-zero.c
blob
7e4590afe61e36faa917ce9b64b8be558db93821
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
void
5
foo
(
double
*
output
)
6
{
7
*
output
=
0.0
;
8
}
9
10
/* { dg-final { scan-assembler "fmov\\td\[0-9\]+, xzr" } } */