URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 154 |
Rev 816 |
/* { dg-do compile } */
|
/* { dg-do compile } */
|
/* { dg-options "-O2 -fdump-tree-vrp1" } */
|
/* { dg-options "-O2 -fdump-tree-vrp1" } */
|
|
|
foo (int k, int j)
|
foo (int k, int j)
|
{
|
{
|
if (k >= 10)
|
if (k >= 10)
|
{
|
{
|
if (j > k)
|
if (j > k)
|
{
|
{
|
/* We should fold this to if (1). */
|
/* We should fold this to if (1). */
|
if (j > 0)
|
if (j > 0)
|
return j;
|
return j;
|
}
|
}
|
}
|
}
|
|
|
return j;
|
return j;
|
}
|
}
|
|
|
/* { dg-final { scan-tree-dump-times "Folding predicate j_.*to 1" 1 "vrp1" } } */
|
/* { dg-final { scan-tree-dump-times "Folding predicate j_.*to 1" 1 "vrp1" } } */
|
/* { dg-final { cleanup-tree-dump "vrp1" } } */
|
/* { dg-final { cleanup-tree-dump "vrp1" } } */
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.