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
Use conditional internal functions in if-conversion
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
fmovd.c
blob
c50e74e3f1305c520a3a959eb1eef154817ab6af
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
void
5
foo
(
double
*
output
)
6
{
7
*
output
=
4.25
;
8
}
9
10
/* { dg-final { scan-assembler "fmov\\td\[0-9\]+, 4\\.25" } } */