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
/
and_const.c
blob
9c377d71f06b40427f224a28be23c66134eead8a
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
int
f2
(
int
x
)
5
{
6
x
&=
0x0ffffff8
;
7
8
x
&=
0xff001fff
;
9
10
return
x
;
11
}
12
13
/* { dg-final { scan-assembler-times "and\t" 2 } } */
14
/* { dg-final { scan-assembler-not "movk\t" } } */