Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
gtu_to_ltu_cmp_1.c
blob: 81c536c90afe38932c48ed0af24f55e73eeff80e [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2" } */
int
f1
(
int
x
,
int
t
)
{
if
(
x
==
-
1
||
x
==
-
2
)
t
=
1
;
return
t
;
}
/* { dg-final { scan-assembler-times "cmn\\tw\[0-9\]+, #2" 1 } } */