OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [loop-22.c] - Blame information for rev 437

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-options "-O2 -fdump-tree-optimized" } */
2
 
3
int a[100];
4
 
5
void test (int n)
6
{
7
  int i;
8
 
9
  for (i = 0; i < n; i += 3)
10
    a[i] = i;
11
}
12
 
13
/* We used to replace the exit test "i < n" by "i != ((n-1)/3) * 3 + 1".  Although
14
   correct, this transformation is obviously harmful.  */
15
 
16
/* { dg-final { scan-tree-dump-times "/" 0 "optimized" } } */
17
/* { dg-final { cleanup-tree-dump "optimized" } } */

powered by: WebSVN 2.1.0

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