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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [ivopts-5.c] - Blame information for rev 715

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

Line No. Rev Author Line
1 691 jeremybenn
/* { dg-do assemble } */
2
/* { dg-options "-Os -fdump-tree-ivopts -save-temps" } */
3
 
4
extern unsigned int foo (int*) __attribute__((pure));
5
 
6
unsigned int
7
tr1 (int array[], unsigned int n)
8
{
9
  int sum = 0;
10
  unsigned int x;
11
  for (x = 0; x < n; ++x)
12
    sum += foo (&array[x]);
13
  return sum;
14
}
15
 
16
/* { dg-final { scan-tree-dump-times "PHI <ivtmp" 1 "ivopts"} } */
17
/* { dg-final { scan-tree-dump-times "PHI <x" 0 "ivopts"} } */
18
/* { dg-final { scan-tree-dump-times ", x" 0 "ivopts"} } */
19
/* { dg-final { object-size text <= 30 { target arm_thumb2 } } } */
20
/* { dg-final { cleanup-tree-dump "ivopts" } } */
21
/* { dg-final { cleanup-saved-temps "ivopts" } } */

powered by: WebSVN 2.1.0

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