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
PR target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
ifcvt-1.c
blob
02bd628d7396d3a6783687b9109811c06d3fc5de
1
/* { dg-do compile { target { { { i?86-*-* x86_64-*-* } && { ! ia32 } } || aarch64*-*-* } } } */
2
/* { dg-options "-fdump-rtl-ce1 -O2" } */
3
4
int
5
foo
(
int
x
)
6
{
7
return
x
>
100
?
x
-
2
:
x
-
1
;
8
}
9
10
/* { dg-final { scan-rtl-dump "3 true changes made" "ce1" } } */