Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
mulexactdiv-4.c
blob: b641c0bff6d6145789d82b422656df4ca8d9f99b [
file
] [
log
] [
blame
]
/* { dg-options "-O2 -fdump-tree-optimized-raw" } */
int
f1
(
int
x
)
{
if
(
x
&
15
)
__builtin_unreachable
();
x
/=
2
;
x
=
(
unsigned
short
)
x
*
4
;
return
x
;
}
/* { dg-final { scan-tree-dump {<exact_div_expr, } "optimized" } } */