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] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
gtu_to_ltu_cmp_1.c
blob
81c536c90afe38932c48ed0af24f55e73eeff80e
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
int
5
f1
(
int
x
,
int
t
)
6
{
7
if
(
x
== -
1
||
x
== -
2
)
8
t
=
1
;
9
10
return
t
;
11
}
12
13
/* { dg-final { scan-assembler-times "cmn\\tw\[0-9\]+, #2" 1 } } */