OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [pr20657.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* PR tree-optimization/20657
2
   VRP did not pick up a conditional equivalence from the first "if"
3
   statement, which was needed to eliminate the second "if" statement.  */
4
 
5
/* { dg-do compile } */
6
/* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-vrp1-details" } */
7
 
8
int
9
foo (int a)
10
{
11
  if (a == 0)
12
    if (a == 0)
13
      return 1;
14
  return 0;
15
}
16
 
17
/* { dg-final { scan-tree-dump-times "Folding predicate" 1 "vrp1"} } */
18
/* { dg-final { cleanup-tree-dump "vrp1" } } */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.